diff options
| author | lapla-cogito <me@lapla.dev> | 2025-03-24 22:27:44 +0900 |
|---|---|---|
| committer | lapla-cogito <me@lapla.dev> | 2025-03-24 22:27:44 +0900 |
| commit | e8c06a71cfe5606a9c4cb8854ee8d981ade9ca1f (patch) | |
| tree | ce3d10d8bae61e9020963c9ff03bf0fdc8fc856c | |
| parent | e9aed8764e2055eab34564b591a6fbd3d786b718 (diff) | |
| download | rust-e8c06a71cfe5606a9c4cb8854ee8d981ade9ca1f.tar.gz rust-e8c06a71cfe5606a9c4cb8854ee8d981ade9ca1f.zip | |
remove obsolete "Known Problems" in `ok_expect`
| -rw-r--r-- | clippy_lints/src/methods/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clippy_lints/src/methods/mod.rs b/clippy_lints/src/methods/mod.rs index 1d9296016e2..44753d963de 100644 --- a/clippy_lints/src/methods/mod.rs +++ b/clippy_lints/src/methods/mod.rs @@ -478,9 +478,6 @@ declare_clippy_lint! { /// Because you usually call `expect()` on the `Result` /// directly to get a better error message. /// - /// ### Known problems - /// The error type needs to implement `Debug` - /// /// ### Example /// ```no_run /// # let x = Ok::<_, ()>(()); |
