chmp / cargo-wop

Run cargo on Rust source files without setting up a project
MIT License
1 stars 1 forks source link

Add warnings for non-existing paths #3

Closed chmp closed 4 years ago

chmp commented 4 years ago

Incorrect paths for depependencies can be hard to debug. cargo-wop should check whether paths exist and print a warning if not.

chmp commented 4 years ago

Handled by normalize already