Skip to content

Merge pull request #118 from jonhoo/ci-bump #34

Merge pull request #118 from jonhoo/ci-bump

Merge pull request #118 from jonhoo/ci-bump #34

Triggered via push September 9, 2023 16:07
Status Success
Total duration 52s
Artifacts

test.yml

on: push
ubuntu / stable / minimal-versions
22s
ubuntu / stable / minimal-versions
Matrix: os-check
Matrix: required
Fit to window
Zoom out
Zoom in

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