Skip to content

Commit d101753

Browse files
committed
Added a header comment to auto trait innards.
1 parent eff15b4 commit d101753

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustc/traits/auto_trait.rs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
//! Support code for rustdoc and external tools . You really don't
12+
//! want to be using this unless you need to.
13+
1114
use super::*;
1215

1316
use std::collections::hash_map::Entry;

0 commit comments

Comments
 (0)