From ec1226966a5265248efe5f5e85f8fe8b4ab295c7 Mon Sep 17 00:00:00 2001 From: OlivierHecart Date: Wed, 13 Sep 2023 16:00:32 +0200 Subject: [PATCH] Fix rustdoc wraning --- zenoh/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh/src/lib.rs b/zenoh/src/lib.rs index 82934a21bc..dbcc3b5827 100644 --- a/zenoh/src/lib.rs +++ b/zenoh/src/lib.rs @@ -174,7 +174,7 @@ pub mod scouting; /// # Arguments /// /// * `what` - The kind of zenoh process to scout for -/// * `config` - The configuration [`Config`](crate::config::Config) to use for scouting +/// * `config` - The configuration [`Config`] to use for scouting /// /// # Examples /// ```no_run