From 8f6210dba44c157acab4f7f81d863fea94c3908b Mon Sep 17 00:00:00 2001 From: coderwander <770732124@qq.com> Date: Tue, 10 Jun 2025 17:49:51 +0800 Subject: [PATCH] chore: add the missing right bracket Signed-off-by: coderwander <770732124@qq.com> --- crates/cdk/src/pub_sub.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cdk/src/pub_sub.rs b/crates/cdk/src/pub_sub.rs index e8edb95e..ceec2ed3 100644 --- a/crates/cdk/src/pub_sub.rs +++ b/crates/cdk/src/pub_sub.rs @@ -1,7 +1,7 @@ //! Publish–subscribe pattern. //! //! This is a generic implementation for -//! [NUT-17() with a type +//! [NUT-17]() with a type //! agnostic Publish-subscribe manager. //! //! The manager has a method for subscribers to subscribe to events with a