Added a header comment to auto trait innards.

This commit is contained in:
Inokentiy Babushkin 2018-04-15 14:56:14 +02:00
parent eff15b49f3
commit d101753cd8
No known key found for this signature in database
GPG key ID: 7EFC8EC5224DE8EC

View file

@ -8,6 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! Support code for rustdoc and external tools . You really don't
//! want to be using this unless you need to.
use super::*;
use std::collections::hash_map::Entry;