We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dim-core
Describe the bug There's an unused import of all things in dim-core that's preventing dim from building due to a #[deny(unused_imports)] lint:
dim
#[deny(unused_imports)]
dim/dim-core/src/scanner/movie.rs
Line 3 in 3ccb4ab
dim/dim-core/src/scanner/tv_show.rs
Line 10 in 3ccb4ab
Logs: https://hydra.nixos.org/build/258208814/nixlog/1
To Reproduce
cargo check
Expected behavior It should compile.
Device and browser including versions: N/A
The text was updated successfully, but these errors were encountered:
remove unused imports (fixes Dusk-Labs#610)
f62de1d
Successfully merging a pull request may close this issue.
Describe the bug
There's an unused import of all things in
dim-core
that's preventingdim
from building due to a#[deny(unused_imports)]
lint:dim/dim-core/src/scanner/movie.rs
Line 3 in 3ccb4ab
dim/dim-core/src/scanner/tv_show.rs
Line 10 in 3ccb4ab
Logs: https://hydra.nixos.org/build/258208814/nixlog/1
To Reproduce
cargo check
Expected behavior
It should compile.
Device and browser including versions:
N/A
The text was updated successfully, but these errors were encountered: