]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/dep_graph/dep_node.rs
removed custom functions and comment
[rust.git] / src / librustc / dep_graph / dep_node.rs
index 674185cf4e6429fe0cfde9bdc700ffa5c00dfe8b..d05ede07c3f6477b672505b4208550c5eaafd45a 100644 (file)
@@ -149,7 +149,6 @@ pub enum DepNode<D: Clone + Debug> {
     // not a hotspot.
     ProjectionCache { def_ids: Vec<D> },
 
-    // Depnodes for MetaData
     DescribeDef(D),
     DefSpan(D),
 }