about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorInokentiy Babushkin <twk@twki.de>2018-04-15 14:56:14 +0200
committerInokentiy Babushkin <twk@twki.de>2018-04-26 22:17:57 +0200
commitd101753cd8a010abef238e616ac2f5bd5cbbf756 (patch)
tree3c84aa625c0a0cedfff623084447eff7f5940bcd /src
parenteff15b49f311f4c71afd48ea31fd9510c5f93e07 (diff)
downloadrust-d101753cd8a010abef238e616ac2f5bd5cbbf756.tar.gz
rust-d101753cd8a010abef238e616ac2f5bd5cbbf756.zip
Added a header comment to auto trait innards.
Diffstat (limited to 'src')
-rw-r--r--src/librustc/traits/auto_trait.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librustc/traits/auto_trait.rs b/src/librustc/traits/auto_trait.rs
index a4beb6fab12..4d52d7132df 100644
--- a/src/librustc/traits/auto_trait.rs
+++ b/src/librustc/traits/auto_trait.rs
@@ -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;