Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix missing_docs warning for cfg(all(loom, test)) functions
``` error: missing documentation for an associated function --> src/bytes.rs:146:5 | 146 | pub fn new() -> Self { | ^^^^^^^^^^^^^^^^^^^^ | = note: `-D missing-docs` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(missing_docs)]` error: missing documentation for an associated function --> src/bytes.rs:176:5 | 176 | pub fn from_static(bytes: &'static [u8]) -> Self { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
- Loading branch information