diff options
| author | Inokentiy Babushkin <twk@twki.de> | 2018-04-15 14:56:14 +0200 |
|---|---|---|
| committer | Inokentiy Babushkin <twk@twki.de> | 2018-04-26 22:17:57 +0200 |
| commit | d101753cd8a010abef238e616ac2f5bd5cbbf756 (patch) | |
| tree | 3c84aa625c0a0cedfff623084447eff7f5940bcd /src | |
| parent | eff15b49f311f4c71afd48ea31fd9510c5f93e07 (diff) | |
| download | rust-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.rs | 3 |
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; |
