mirror of
https://github.com/nushell/nushell.git
synced 2025-05-09 01:12:59 +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.