mirror of
https://github.com/nushell/nushell.git
synced 2025-06-11 04:26:49 +02:00
The following clippy lint on nightly would complain: - https://rust-lang.github.io/rust-clippy/master/#/suspicious_open We don't want to alter the content in `touch` or truncate by not writing. While not fully applicable, may be good practice for platforms/filesystems we are not aware of.