Allow default hash types in conversion
This commit is contained in:
parent
0a91daeaa3
commit
ffa5280b0e
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
//! 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 std::convert::From;
|
||||
|
||||
use rustc_ast::ast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue