Report when shared memory region is mapped to allow faster cleanup #3555
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy:
libraries/message/src/lib.rs#L33
returning the result of a `let` binding from a block
|
Clippy:
libraries/message/src/lib.rs#L49
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
libraries/core/src/metadata.rs#L11
unsafe function's docs are missing a `# Safety` section
|
Clippy:
apis/rust/node/src/event_stream/scheduler.rs#L3
unused import: `daemon_to_node::NodeEvent`
|
Clippy:
apis/rust/node/src/event_stream/scheduler.rs#L28
useless conversion to the same type: `std::collections::hash_map::Keys<'_, dora_core::config::DataId, (usize, std::collections::VecDeque<event_stream::thread::EventItem>)>`
|
Clippy:
apis/python/operator/src/lib.rs#L179
this `if` has identical blocks
|
Clippy:
binaries/runtime/src/operator/python.rs#L50
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
binaries/runtime/src/operator/shared_lib.rs#L43
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
binaries/daemon/src/node_communication/mod.rs#L8
unused import: `DropTokenState`
|
Clippy:
binaries/daemon/src/spawn.rs#L344
this `if` statement can be collapsed
|
Loading