FatFuse: moved drop -> destroy

This commit is contained in:
Moritz Gmeiner 2025-07-31 23:52:06 +02:00
commit e1d458a384
3 changed files with 12 additions and 18 deletions

View file

@ -34,7 +34,5 @@ fn main() -> anyhow::Result<()> {
rx.recv().unwrap();
println!("done");
Ok(())
}