Merge pull request #118 from jonhoo/ci-bump #34
test.yml
on: push
ubuntu / stable / minimal-versions
22s
Matrix: os-check
Matrix: required
Annotations
3 warnings
unsafe function's docs miss `# Safety` section:
src/write.rs#L123
warning: unsafe function's docs miss `# Safety` section
--> src/write.rs:123:5
|
123 | pub unsafe fn into_box(mut self) -> Box<T> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `#[warn(clippy::missing_safety_doc)]` on by default
|
this argument is a mutable reference, but not used mutably:
src/write.rs#L234
warning: this argument is a mutable reference, but not used mutably
--> src/write.rs:234:32
|
234 | fn wait(&mut self, epochs: &mut MutexGuard<'_, slab::Slab<Arc<AtomicUsize>>>) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider changing to: `&MutexGuard<'_, slab::Slab<Arc<AtomicUsize>>>`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut
= note: `#[warn(clippy::needless_pass_by_ref_mut)]` on by default
|
unsafe function's docs miss `# Safety` section:
src/write.rs#L123
warning: unsafe function's docs miss `# Safety` section
--> src/write.rs:123:5
|
123 | pub unsafe fn into_box(mut self) -> Box<T> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `#[warn(clippy::missing_safety_doc)]` on by default
|