remove extra mod doc;s

This commit is contained in:
Steve Klabnik 2015-02-14 12:07:09 -05:00
parent ad2efdc67d
commit bdc730e403
3 changed files with 0 additions and 3 deletions

View file

@ -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.

View file

@ -19,7 +19,6 @@ pub use self::common::gensym_name;
#[macro_use]
mod macros;
mod doc;
mod inline;
mod monomorphize;
mod controlflow;

View file

@ -32,7 +32,6 @@ pub use self::CandidateSource::*;
pub use self::suggest::{report_error, AllTraitsVec};
mod confirm;
mod doc;
mod probe;
mod suggest;