Skip to content

Commit 73650fb

Browse files
committed
fix: warning to show ci failure
1 parent e3ef47e commit 73650fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/src/watcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ pub fn start(
324324
)
325325
.await
326326
{
327-
println!("{:?}", e)
327+
println!("{e:?}")
328328
}
329329
})
330330
}

0 commit comments

Comments
 (0)