about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2017-06-03 18:04:37 +0200
committerGitHub <noreply@github.com>2017-06-03 18:04:37 +0200
commit18c46327ec227a5bdf21310fdd7b684d3b3350c7 (patch)
tree39f8c23df1a39039b5d45010a573a28ee2b52b01
parent101a28f30be65457460f3bd6987ca40473445fcb (diff)
downloadrust-18c46327ec227a5bdf21310fdd7b684d3b3350c7.tar.gz
rust-18c46327ec227a5bdf21310fdd7b684d3b3350c7.zip
Module doc comment for librustc/dep_graph/safe.rs
-rw-r--r--src/librustc/dep_graph/safe.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librustc/dep_graph/safe.rs b/src/librustc/dep_graph/safe.rs
index 59dce6f6bb0..bf224f89f0d 100644
--- a/src/librustc/dep_graph/safe.rs
+++ b/src/librustc/dep_graph/safe.rs
@@ -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;