Added a header comment to auto trait innards.
This commit is contained in:
parent
eff15b49f3
commit
d101753cd8
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue