Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Fix cargo build warnings on windows #800

Closed
gabbifish opened this issue Oct 23, 2019 · 0 comments · Fixed by #919
Closed

Fix cargo build warnings on windows #800

gabbifish opened this issue Oct 23, 2019 · 0 comments · Fixed by #919
Labels
good first issue Good for newcomers

Comments

@gabbifish
Copy link
Contributor

These warnings occur on windows when cargo build runs:

warning: unused import: `std::fs::File`
 --> src\commands\config.rs:3:5
  |
3 | use std::fs::File;
  |     ^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `std::path::PathBuf`
 --> src\commands\config.rs:6:5
  |
6 | use std::path::PathBuf;
  |    

let's fix this :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant