diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-07-11 02:34:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 02:34:44 +0000 |
commit | 5f859d10dfd21b99405054d80392649adc392fd0 (patch) | |
tree | 72fa1e2a0b79381c2a4c35e92d3c606fc67158a0 /LICENSE | |
parent | b1b43725dff4a9cc71836f6b45c8b5f66c15abb5 (diff) | |
parent | 349f3acf423f8f38d69eb49b89d2872864b871c4 (diff) | |
parent | b3e4d59bd7ad8a816b2ebe5f4564d8b62bbba4f5 (diff) | |
download | nix-5f859d10dfd21b99405054d80392649adc392fd0.zip |
Merge #1759 #1760
1759: More docs for dir and mqueue r=rtzoeller a=asomers
Add doc comments for the `dir` and `mqueue` modules. Also, delete dead code in `mqueue`
1760: Add const constructors for TimeSpec and TimeVal r=rtzoeller a=asomers
These are basically the same as From<libc::timespec> and
From<libc::timeval>, but they're const and require less typing.
Co-authored-by: Alan Somers <asomers@gmail.com>