Add failing test for removing unused imports

This commit is contained in:
nora 2023-04-18 08:17:27 +02:00
parent a7881a426b
commit 313662aa17

View file

@ -0,0 +1,5 @@
/// ~REQUIRE-DELETED PathBuf
use std::path::PathBuf;
/// ~MINIMIZE-ROOT main
fn main() {}