Skip to content

Commit ffa5280

Browse files
committed
Allow default hash types in conversion
1 parent 0a91dae commit ffa5280

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustdoc/json/conversions.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
//! the `clean` types but with some fields removed or stringified to simplify the output and not
33
//! expose unstable compiler internals.
44
5+
#![allow(rustc::default_hash_types)]
6+
57
use std::convert::From;
68

79
use rustc_ast::ast;

0 commit comments

Comments
 (0)