better test case

This commit is contained in:
nora 2022-12-20 21:54:46 +01:00
parent 5c1170e92e
commit 0c46f5e2cd
3 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,3 @@
pub(crate) fn unused() {
loop {}
}
pub fn unused() {
crate::folder::unused();
}