mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-16 10:11:14 -03:00
ja: the motivation for our own crate is 1. the tempfile crate is probably overkill for such a small piece of functionality (given that we already assume Unix) 2. we want to have full control over the few temp files we do create Closes #12028