##// END OF EJS Templates
rust-vfs: rename `open` to `open_write` and `open_read` to `open`...
rust-vfs: rename `open` to `open_write` and `open_read` to `open` `open` being read *and* write is surprising because it differs from the Rust stdlib where `std::fs::File::open` is read-only by default. More importantly, writing is more dangerous than reading, so let's make it more explicit.

File last commit:

r52598:3876d4c6 default
r53191:645d247d default
Show More
clippy.toml
1 line | 16 B | application/toml | TOMLLexer
msrv = "1.79.0"