Skip to content

Commit

Permalink
Fix new doc generation warning with Rust 1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Dec 20, 2022
1 parent 0745c49 commit 67659f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/zenoh-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ validated_struct::validator! {
UserConf {
user: Option<String>,
password: Option<String>,
/// The path to a file containing the user password dictionary, a file containing "<user>:<password>"
/// The path to a file containing the user password dictionary, a file containing `<user>:<password>`
dictionary_file: Option<String>,
} where (user_conf_validator),
pub pubkey: #[derive(Default)]
Expand Down

0 comments on commit 67659f3

Please sign in to comment.