Module doc comment for librustc/dep_graph/safe.rs

This commit is contained in:
bjorn3 2017-06-03 18:04:37 +02:00 committed by GitHub
parent 101a28f30b
commit 18c46327ec
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! The `DepGraphSafe` trait
use hir::BodyId;
use hir::def_id::DefId;
use syntax::ast::NodeId;