Skip to content

Commit 68414db

Browse files
xiongmao86flip1995
andauthored
Update clippy_lints/src/methods/mod.rs
remove ending period. Co-Authored-By: Philipp Krones <[email protected]>
1 parent eb62983 commit 68414db

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
@@ -1133,7 +1133,7 @@ declare_clippy_lint! {
11331133
/// ```
11341134
pub FILETYPE_IS_FILE,
11351135
style,
1136-
"`FileType::is_file` is not recommended to test for readable file type."
1136+
"`FileType::is_file` is not recommended to test for readable file type"
11371137
}
11381138

11391139
declare_lint_pass!(Methods => [

0 commit comments

Comments
 (0)