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.
ok_expect
1 parent e9aed87 commit e8c06a7Copy full SHA for e8c06a7
clippy_lints/src/methods/mod.rs
@@ -478,9 +478,6 @@ declare_clippy_lint! {
478
/// Because you usually call `expect()` on the `Result`
479
/// directly to get a better error message.
480
///
481
- /// ### Known problems
482
- /// The error type needs to implement `Debug`
483
- ///
484
/// ### Example
485
/// ```no_run
486
/// # let x = Ok::<_, ()>(());
0 commit comments