We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101a28f commit 18c4632Copy full SHA for 18c4632
src/librustc/dep_graph/safe.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+//! The `DepGraphSafe` trait
12
+
13
use hir::BodyId;
14
use hir::def_id::DefId;
15
use syntax::ast::NodeId;
0 commit comments