diff --git a/commons/zenoh-config/src/lib.rs b/commons/zenoh-config/src/lib.rs index c7b6bb7df0..4beef41790 100644 --- a/commons/zenoh-config/src/lib.rs +++ b/commons/zenoh-config/src/lib.rs @@ -293,7 +293,7 @@ validated_struct::validator! { UserConf { user: Option, password: Option, - /// The path to a file containing the user password dictionary, a file containing ":" + /// The path to a file containing the user password dictionary, a file containing `:` dictionary_file: Option, } where (user_conf_validator), pub pubkey: #[derive(Default)]