diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-08-28 23:20:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-28 23:20:13 +0000 |
commit | 39c63662ed910763b0ccc02473121f12517d1f42 (patch) | |
tree | 85efbc4fc190b1cc3103ea4bd44dabd5059216ac /src/sys/utsname.rs | |
parent | 48fbce9f8f42770edf4059362249c42130dc5e43 (diff) | |
parent | 5039222522fdcf3f268c965c7e0b68f5d62f01b3 (diff) | |
parent | 8cc140e2fea1a05ce115bda5e91cfbdeb54cefb4 (diff) | |
download | nix-39c63662ed910763b0ccc02473121f12517d1f42.zip |
Merge #1507 #1508
1507: Forbid dead code again r=asomers a=asomers
The old problems with bitflags no longer apply
1508: More rust docs r=asomers a=asomers
Switch from allow(missing_docs) to deny(missing_docs), which should
gradually help us moving forward. Also, add a few missing docs, such as
for sched and aio.
Co-authored-by: Alan Somers <asomers@gmail.com>