remove extra mod doc;s
This commit is contained in:
parent
ad2efdc67d
commit
bdc730e403
3 changed files with 0 additions and 3 deletions
|
|
@ -38,7 +38,6 @@ use std::iter::repeat;
|
|||
use std::u32;
|
||||
use syntax::ast;
|
||||
|
||||
mod doc;
|
||||
mod graphviz;
|
||||
|
||||
// A constraint that influences the inference process.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ pub use self::common::gensym_name;
|
|||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
mod doc;
|
||||
mod inline;
|
||||
mod monomorphize;
|
||||
mod controlflow;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ pub use self::CandidateSource::*;
|
|||
pub use self::suggest::{report_error, AllTraitsVec};
|
||||
|
||||
mod confirm;
|
||||
mod doc;
|
||||
mod probe;
|
||||
mod suggest;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue