Tom Stokes

Results 2 issues of Tom Stokes

rustdoc::redundant-explicit-link matches more cases in the nightly rust version. Remove the redundant links that trigger the warning, which is processed as an error in CI due to `-D warnings` in...

The original code masks flags with O_RDONLY, which is 0: > .read((flags & O_RDONLY != 0) | (flags & O_RDWR != 0)) This generates Clippy errors because it's equivalent to...