Hacker News new | ask | show | jobs
by tasn 1996 days ago
That fixed it, thanks a lot!
1 comments

Instead of `cargo clean`, `touch src/main.rs` or `touch src/lib.rs` (or actually touching any source file and thereby changing the `last modified` date to now) will have the same effect. That's what I've been using.