Skip to content

Commit 048bcc2

Browse files
committed
Rebase and merge attempt number 2.
1 parent 606d801 commit 048bcc2

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3221,7 +3221,7 @@ declare_clippy_lint! {
32213221
/// assert_eq!(extend, std::path::PathBuf::from("/bin/sh"));
32223222
///
32233223
/// // If this was intentional, create a new path instead
3224-
/// let new = std::path::Path::new("/sh")
3224+
/// let new = std::path::Path::new("/sh");
32253225
/// assert_eq!(new std::path::PathBuf::from("/sh"));
32263226
/// ```
32273227
#[clippy::version = "1.70.0"]

0 commit comments

Comments
 (0)