We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff15b4 commit d101753Copy full SHA for d101753
src/librustc/traits/auto_trait.rs
@@ -8,6 +8,9 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+//! Support code for rustdoc and external tools . You really don't
12
+//! want to be using this unless you need to.
13
+
14
use super::*;
15
16
use std::collections::hash_map::Entry;
0 commit comments