1
Fork 0

Allow default hash types in conversion

This commit is contained in:
Rune Tynan 2021-02-08 16:17:00 -05:00
parent 0a91daeaa3
commit ffa5280b0e
No known key found for this signature in database
GPG key ID: 7ECC932F8B2C731E

View file

@ -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;