lighthouse/common/validator_dir/src
Akihito Nakano 4186d117af Replace OpenOptions::new with File::options to be readable (#3059)
## Issue Addressed

Closes #3049 

This PR updates widely but this replace is safe as `File::options()` is equivelent to `OpenOptions::new()`.
ref: https://doc.rust-lang.org/stable/src/std/fs.rs.html#378-380
2022-03-07 06:30:18 +00:00
..
builder.rs Replace OpenOptions::new with File::options to be readable (#3059) 2022-03-07 06:30:18 +00:00
insecure_keys.rs Reject invalid utf-8 characters during encryption (#1928) 2020-11-19 00:37:43 +00:00
lib.rs Use OS file locks in validator client (#1958) 2020-11-26 11:25:46 +00:00
validator_dir.rs Replace OpenOptions::new with File::options to be readable (#3059) 2022-03-07 06:30:18 +00:00