mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 09:13:30 +02:00
Add terminal links
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ pub enum WatchExit {
|
||||
|
||||
pub fn watch(
|
||||
app_state: &mut AppState,
|
||||
exercise_paths: &'static [&'static Path],
|
||||
exercise_paths: &'static [&'static str],
|
||||
) -> Result<WatchExit> {
|
||||
let (tx, rx) = channel();
|
||||
let mut debouncer = new_debouncer(
|
||||
|
||||
Reference in New Issue
Block a user