diff options
| author | Michael Howell <michael@notriddle.com> | 2021-07-29 23:23:17 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2021-12-06 20:33:23 -0700 |
| commit | 6a17ee6d4125c0c35147b16ebcf54e34f0cdc87a (patch) | |
| tree | 97428963364d3d3fe28113dcc2652d431b311719 /compiler/rustc_span/src | |
| parent | 311fa1f14dd8ffbbe83b229a94b17f7f1ecaf33b (diff) | |
| download | rust-6a17ee6d4125c0c35147b16ebcf54e34f0cdc87a.tar.gz rust-6a17ee6d4125c0c35147b16ebcf54e34f0cdc87a.zip | |
Recommend fix `count()` -> `len()` on slices
Fixes #87302
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 0d556b5eda6..adce8da91a3 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -496,6 +496,7 @@ symbols! { core_panic_macro, cosf32, cosf64, + count, cr, crate_id, crate_in_paths, |
