We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1db545 commit b19a0e8Copy full SHA for b19a0e8
crates/oxide/src/glob.rs
@@ -205,7 +205,6 @@ mod tests {
205
fs::create_dir_all(parent).unwrap();
206
}
207
208
- dbg!(&path);
209
fs::write(path, "").unwrap();
210
211
crates/oxide/src/lib.rs
@@ -271,7 +271,6 @@ impl Scanner {
271
// Turn `Vec<&GlobEntry>` in `Vec<GlobEntry>`
272
let glob_sources: Vec<_> = glob_sources.into_iter().cloned().collect();
273
let hoisted = hoist_static_glob_parts(&glob_sources);
274
- dbg!(&glob_sources, &hoisted);
275
276
for source in &hoisted {
277
// If the pattern is empty, then the base points to a specific file or folder already
0 commit comments