mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 17:23:36 +02:00
Remove unneeded ./ from relative paths
This commit is contained in:
+1
-1
@@ -342,7 +342,7 @@ fn watch(
|
||||
let mut debouncer = new_debouncer(Duration::from_secs(1), tx)?;
|
||||
debouncer
|
||||
.watcher()
|
||||
.watch(Path::new("./exercises"), RecursiveMode::Recursive)?;
|
||||
.watch(Path::new("exercises"), RecursiveMode::Recursive)?;
|
||||
|
||||
clear_screen();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user