Skip to content

Commit e8c06a7

Browse files
committed
remove obsolete "Known Problems" in ok_expect
1 parent e9aed87 commit e8c06a7

File tree

1 file changed

+0
-3
lines changed
  • clippy_lints/src/methods

1 file changed

+0
-3
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,6 @@ declare_clippy_lint! {
478478
/// Because you usually call `expect()` on the `Result`
479479
/// directly to get a better error message.
480480
///
481-
/// ### Known problems
482-
/// The error type needs to implement `Debug`
483-
///
484481
/// ### Example
485482
/// ```no_run
486483
/// # let x = Ok::<_, ()>(());

0 commit comments

Comments
 (0)