diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2024-12-17 05:36:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-17 05:36:52 -0500 |
| commit | 52b45576393e3ad2a7ed60b6420f960a8aac0bfc (patch) | |
| tree | d64a80edb60daaf2f5f36d24e0f2ca33ae22f3ad /compiler/rustc_span/src | |
| parent | 978c659b72ed7520332a74321dc8accf48b06d94 (diff) | |
| parent | 121e87bf1490f0258bdb354eb8c4e891ebb7e7e7 (diff) | |
| download | rust-52b45576393e3ad2a7ed60b6420f960a8aac0bfc.tar.gz rust-52b45576393e3ad2a7ed60b6420f960a8aac0bfc.zip | |
Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez
Remove `rustc::existing_doc_keyword` lint The check doesn't require a lint. r? ``@GuillaumeGomez``
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 c62e609c8a9..7d99ca5a31e 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -306,6 +306,7 @@ symbols! { RwLockWriteGuard, Saturating, SeekFrom, + SelfTy, Send, SeqCst, Sized, |
