Skip to content

Commit 6d261fb

Browse files
Licenserflip1995
andauthored
Update clippy_lints/src/methods/mod.rs
Co-Authored-By: Philipp Krones <[email protected]>
1 parent 3bda110 commit 6d261fb

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ declare_clippy_lint! {
116116
/// ```
117117
pub OPTION_EXPECT_USED,
118118
restriction,
119-
"using `Option.unwrap()`, which should at least get a better message using `expect()`"
119+
"using `Option.expect()`, which might be better handled"
120120
}
121121

122122
declare_clippy_lint! {

0 commit comments

Comments
 (0)