Skip to content

Commit 319618d

Browse files
committed
docs
1 parent 1d58fe2 commit 319618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/path_from_format.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ declare_clippy_lint! {
2121
/// ```
2222
/// Use instead:
2323
/// ```rust
24-
/// Path::new(base_path).join("foo").join("bar")
24+
/// Path::new(base_path).join("foo").join("bar");
2525
/// ```
2626
#[clippy::version = "1.62.0"]
2727
pub PATH_FROM_FORMAT,

0 commit comments

Comments
 (0)