Bump actions/checkout from 3 to 4 #13
safety.yml
on: pull_request
sanitizers
24s
miri
1m 6s
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.
|