split into 3 files by... declaring them all in main

This commit is contained in:
Bel LaPointe
2026-02-11 17:21:04 -08:00
parent 13cb4d1d9a
commit 1c89507497
3 changed files with 7 additions and 9 deletions

3
pttodoest/src/tests.rs Normal file
View File

@@ -0,0 +1,3 @@
pub fn with_dir(mut foo: impl FnMut(tempdir::TempDir)) {
foo(tempdir::TempDir::new("").unwrap());
}