diff options
| author | GnomedDev <david2005thomas@gmail.com> | 2024-09-18 21:09:06 +0100 |
|---|---|---|
| committer | GnomedDev <david2005thomas@gmail.com> | 2024-09-19 13:13:19 +0100 |
| commit | 5e4716888a731cdd929bdbaf94eeb3e192f1eace (patch) | |
| tree | 6977e3dda2c063307f24241ad5136d7b8cb8a62b /compiler/rustc_span/src | |
| parent | 3ebff28f80cbbe5b51dd3d0edf8e5d0a8db1233f (diff) | |
| download | rust-5e4716888a731cdd929bdbaf94eeb3e192f1eace.tar.gz rust-5e4716888a731cdd929bdbaf94eeb3e192f1eace.zip | |
[Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index bcebe1d39f5..73f260d3518 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -682,6 +682,7 @@ symbols! { crt_dash_static: "crt-static", csky_target_feature, cstr_type, + cstring_as_c_str, cstring_type, ctlz, ctlz_nonzero, @@ -1367,6 +1368,7 @@ symbols! { or, or_patterns, ord_cmp_method, + os_string_as_os_str, other, out, overflow_checks, @@ -1420,6 +1422,7 @@ symbols! { pat_param, patchable_function_entry, path, + pathbuf_as_path, pattern_complexity, pattern_parentheses, pattern_type, @@ -1871,6 +1874,8 @@ symbols! { str_trim_end, str_trim_start, strict_provenance, + string_as_mut_str, + string_as_str, string_deref_patterns, stringify, struct_field_attributes, @@ -2076,6 +2081,8 @@ symbols! { var, variant_count, vec, + vec_as_mut_slice, + vec_as_slice, vec_macro, vecdeque_iter, version, |
