about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorGnomedDev <david2005thomas@gmail.com>2024-09-18 19:36:12 +0100
committerGnomedDev <david2005thomas@gmail.com>2024-09-19 08:26:41 +0100
commit3ebff28f80cbbe5b51dd3d0edf8e5d0a8db1233f (patch)
treea4b9584f1436a0d9e351668ff6744ebe4906fe74 /compiler/rustc_span
parenta786be5d0657a675ed6ddd5179ec66688e801610 (diff)
downloadrust-3ebff28f80cbbe5b51dd3d0edf8e5d0a8db1233f.tar.gz
rust-3ebff28f80cbbe5b51dd3d0edf8e5d0a8db1233f.zip
[Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of path
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 6765ce73186..bcebe1d39f5 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1575,6 +1575,7 @@ symbols! {
         residual,
         result,
         result_ffi_guarantees,
+        result_ok_method,
         resume,
         return_position_impl_trait_in_trait,
         return_type_notation,