mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
Add failing test for removing unused imports
This commit is contained in:
parent
a7881a426b
commit
313662aa17
1 changed files with 5 additions and 0 deletions
5
full-tests/unused-import.rs
Normal file
5
full-tests/unused-import.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
/// ~REQUIRE-DELETED PathBuf
|
||||||
|
use std::path::PathBuf;
|
||||||
|
|
||||||
|
/// ~MINIMIZE-ROOT main
|
||||||
|
fn main() {}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue