summaryrefslogtreecommitdiff
path: root/src/fcntl.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-08-12 01:22:12 +0000
committerGitHub <noreply@github.com>2022-08-12 01:22:12 +0000
commita9861d873eaba52c9bf0f5b02552c567cadf6591 (patch)
treef62fe97f0ad2c8fee7d4700dde7991981039984f /src/fcntl.rs
parent09b4b4904641edf786b7b377b7998fab3df4da29 (diff)
parent217c3b514148ff2c7bcfdfa808df2316d56db281 (diff)
downloadnix-a9861d873eaba52c9bf0f5b02552c567cadf6591.zip
Merge #1785
1785: Remove deprecated items r=asomers a=SteveLauC #### What this pr does 1. Convert `assert!(x == y)` to `assert_eq!(x, y)` 2. Convert `assert!(x != y)` to `assert_ne!(x, y)` 3. Add `.unwrap()` to unused `Result/Option` (in code comments) 4. Convert `std::ixx::MAX` to `ixx::MAX` 5. Convert `Box<Trait>` to `Box<dyn Trait>` Co-authored-by: SteveLauC <stevelauc@outlook.com> Co-authored-by: SteveLau <stevelauc@outlook.com>
Diffstat (limited to 'src/fcntl.rs')
0 files changed, 0 insertions, 0 deletions