]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/dep_graph/debug.rs
Rollup merge of #61698 - davidtwco:ice-const-generic-length, r=varkor
[rust.git] / src / librustc / dep_graph / debug.rs
index a9ad22c5e913eff731ca2522ea7b7521808c1e9d..f18ee3dced72d10c0e47de8af2c0ba7ef341f630 100644 (file)
@@ -22,7 +22,7 @@ pub fn new(text: &str) -> Self {
         }
     }
 
-    /// True if all nodes always pass the filter.
+    /// Returns `true` if all nodes always pass the filter.
     pub fn accepts_all(&self) -> bool {
         self.text.is_empty()
     }