We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a91dae commit ffa5280Copy full SHA for ffa5280
src/librustdoc/json/conversions.rs
@@ -2,6 +2,8 @@
2
//! the `clean` types but with some fields removed or stringified to simplify the output and not
3
//! expose unstable compiler internals.
4
5
+#![allow(rustc::default_hash_types)]
6
+
7
use std::convert::From;
8
9
use rustc_ast::ast;
0 commit comments