Skip to content

Commit 7296224

Browse files
committed
Update diagram action
1 parent f198149 commit 7296224

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/build-diagram/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
cargo modules dependencies --lib --max-depth 0 \
1717
--no-uses --no-fns \
1818
--focus-on "
19-
orcapod::uniffi::{
19+
orcapod::{
2020
model::{Pod,PodJob,PodResult},
2121
store::filestore::LocalFileStore,
2222
orchestrator::{PodRun,docker::LocalDockerOrchestrator},

src/orchestrator/agent.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ pub(crate) fn extract_metadata(key_expr: &str) -> HashMap<String, String> {
298298
}
299299

300300
#[expect(
301-
clippy::excessive_nesting,
302301
clippy::let_underscore_must_use,
303302
reason = "`result::Result<(), SendError<_>>` is the only uncaptured result since it would mean we can't transmit results over mpsc."
304303
)]

0 commit comments

Comments
 (0)