diff options
| author | Olivier Goffart <olivier.goffart@slint.dev> | 2024-09-11 12:08:14 +0200 |
|---|---|---|
| committer | Olivier Goffart <olivier.goffart@slint.dev> | 2024-09-11 12:14:35 +0200 |
| commit | cc34d64c511feaf576854797fc291e03f5f275a7 (patch) | |
| tree | 54565531fb4a99c93fa78ea69714dc88dab87d0c /compiler/rustc_span/src | |
| parent | 5d456dfaa1a712f1b1619c3b5a6f725776d5f101 (diff) | |
| download | rust-cc34d64c511feaf576854797fc291e03f5f275a7.tar.gz rust-cc34d64c511feaf576854797fc291e03f5f275a7.zip | |
Use `doc(hidden)` instead of `allow(missing_docs)` in the test harness
So that it doesn't fail with `forbid(missing_docs)` Fixes #130218
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index d5240a05310..28d18f2dfcc 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1236,7 +1236,6 @@ symbols! { mir_unwind_unreachable, mir_variant, miri, - missing_docs, mmx_reg, modifiers, module, |
