diff options
| author | Yotam Ofek <yotamofek@microsoft.com> | 2025-06-28 23:40:02 +0000 |
|---|---|---|
| committer | Yotam Ofek <yotam.ofek@gmail.com> | 2025-07-07 12:58:16 +0000 |
| commit | 3b48407f93abd565b24d138cc7df56ee37855d82 (patch) | |
| tree | 6d8da4d5645f96d3eedfb90f41ec51e7d2576a7d /src/librustdoc/json/conversions.rs | |
| parent | c720f49c46ec3e70bbc2bbb3e0dd1fe7fc0a47f2 (diff) | |
| download | rust-3b48407f93abd565b24d138cc7df56ee37855d82.tar.gz rust-3b48407f93abd565b24d138cc7df56ee37855d82.zip | |
Remove unused allow attrs
Diffstat (limited to 'src/librustdoc/json/conversions.rs')
| -rw-r--r-- | src/librustdoc/json/conversions.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustdoc/json/conversions.rs b/src/librustdoc/json/conversions.rs index f51b35097f6..abf3f3fcedd 100644 --- a/src/librustdoc/json/conversions.rs +++ b/src/librustdoc/json/conversions.rs @@ -2,8 +2,6 @@ //! the `clean` types but with some fields removed or stringified to simplify the output and not //! expose unstable compiler internals. -#![allow(rustc::default_hash_types)] - use rustc_abi::ExternAbi; use rustc_ast::ast; use rustc_attr_data_structures::{self as attrs, DeprecatedSince}; |
