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 fcdabba commit fecd165Copy full SHA for fecd165
clippy_lints/src/methods/mod.rs
@@ -1107,7 +1107,7 @@ declare_clippy_lint! {
1107
///
1108
/// **Why is this bad?** When people testing a file type with `FileType::is_file`
1109
/// they are testing whether a path is something they can get bytes from. But
1110
- /// `is_file` doesn't cover special file types in unix-like systems. and not covering
+ /// `is_file` doesn't cover special file types in unix-like systems, and doesn't cover
1111
/// symlink in windows. Using `!FileType::is_dir()` is a better way to that intention.
1112
1113
/// **Example:**
0 commit comments