We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d58fe2 commit 319618dCopy full SHA for 319618d
clippy_lints/src/path_from_format.rs
@@ -21,7 +21,7 @@ declare_clippy_lint! {
21
/// ```
22
/// Use instead:
23
/// ```rust
24
- /// Path::new(base_path).join("foo").join("bar")
+ /// Path::new(base_path).join("foo").join("bar");
25
26
#[clippy::version = "1.62.0"]
27
pub PATH_FROM_FORMAT,
0 commit comments