We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606d801 commit 048bcc2Copy full SHA for 048bcc2
clippy_lints/src/methods/mod.rs
@@ -3221,7 +3221,7 @@ declare_clippy_lint! {
3221
/// assert_eq!(extend, std::path::PathBuf::from("/bin/sh"));
3222
///
3223
/// // If this was intentional, create a new path instead
3224
- /// let new = std::path::Path::new("/sh")
+ /// let new = std::path::Path::new("/sh");
3225
/// assert_eq!(new std::path::PathBuf::from("/sh"));
3226
/// ```
3227
#[clippy::version = "1.70.0"]
0 commit comments