@@ -4,7 +4,7 @@ use smol::{fs, stream::StreamExt};
use crate::ResultExt;
-// Removes all files and directories matching the given predicate
+/// Removes all files and directories matching the given predicate
pub async fn remove_matching<F>(dir: &Path, predicate: F)
where
F: Fn(&Path) -> bool,