Skip to content

Commit c8a6c7f

Browse files
authored
documentation
1 parent 3c98ee5 commit c8a6c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/path_from_format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ declare_clippy_lint! {
2020
/// use std::path::PathBuf;
2121
///
2222
/// let base_path = "dir";
23-
/// PathBuf::from(format!("{}/foo/bar", base_path));
23+
/// PathBuf::from(format!("{}/foo/bar", base_path))
2424
/// ```
2525
/// Use instead:
2626
/// ```rust

0 commit comments

Comments
 (0)