mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 02:51:20 +00: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.