Skip to content

Commit

Permalink
remove extra mod doc;s
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Feb 14, 2015
1 parent ad2efdc commit bdc730e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/librustc/middle/infer/region_inference/mod.rs
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion src/librustc_trans/trans/mod.rs
Expand Up @@ -19,7 +19,6 @@ pub use self::common::gensym_name;
#[macro_use]
mod macros;

mod doc;
mod inline;
mod monomorphize;
mod controlflow;
Expand Down
1 change: 0 additions & 1 deletion src/librustc_typeck/check/method/mod.rs
Expand Up @@ -32,7 +32,6 @@ pub use self::CandidateSource::*;
pub use self::suggest::{report_error, AllTraitsVec};

mod confirm;
mod doc;
mod probe;
mod suggest;

Expand Down

0 comments on commit bdc730e

Please sign in to comment.