Skip to content

Bump actions/checkout from 3 to 4 #13

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #13

Triggered via pull request September 4, 2023 23:25
Status Failure
Total duration 1m 16s
Artifacts

safety.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
use of `default` to create a unit struct: src/binary_heap.rs#L456
error: use of `default` to create a unit struct --> src/binary_heap.rs:456:35 | 456 | _not_sync: PhantomData::default(), | ^^^^^^^^^^^ help: remove this call to `default` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
use of `default` to create a unit struct: src/binary_heap.rs#L341
error: use of `default` to create a unit struct --> src/binary_heap.rs:341:35 | 341 | _not_sync: PhantomData::default(), | ^^^^^^^^^^^ help: remove this call to `default` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs = note: `-D clippy::default-constructed-unit-structs` implied by `-D warnings`
use of `default` to create a unit struct: src/binary_heap.rs#L456
error: use of `default` to create a unit struct --> src/binary_heap.rs:456:35 | 456 | _not_sync: PhantomData::default(), | ^^^^^^^^^^^ help: remove this call to `default` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs
use of `default` to create a unit struct: src/binary_heap.rs#L341
error: use of `default` to create a unit struct --> src/binary_heap.rs:341:35 | 341 | _not_sync: PhantomData::default(), | ^^^^^^^^^^^ help: remove this call to `default` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#default_constructed_unit_structs = note: `-D clippy::default-constructed-unit-structs` implied by `-D warnings`
sanitizers
Process completed with exit code 101.
sanitizers
Process completed with exit code 101.