Skip to content

build(deps): bump the cargo group across 1 directory with 3 updates #81

build(deps): bump the cargo group across 1 directory with 3 updates

build(deps): bump the cargo group across 1 directory with 3 updates #81

Triggered via pull request February 18, 2025 10:46
Status Success
Total duration 1m 7s
Artifacts

ci.yaml

on: pull_request
Build & Test Project
57s
Build & Test Project
Spell Check with Typos
7s
Spell Check with Typos
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Build & Test Project: crates/provisioning/src/commands/create_partition.rs#L9
[clippy] reported by reviewdog 🐶 warning: function `parse` is never used --> crates/provisioning/src/commands/create_partition.rs:9:15 | 9 | pub(crate) fn parse(_context: Context<'_>) -> Result<Command, crate::Error> { | ^^^^^ | = note: `#[warn(dead_code)]` on by default Raw Output: crates/provisioning/src/commands/create_partition.rs:9:15:w:warning: function `parse` is never used --> crates/provisioning/src/commands/create_partition.rs:9:15 | 9 | pub(crate) fn parse(_context: Context<'_>) -> Result<Command, crate::Error> { | ^^^^^ | = note: `#[warn(dead_code)]` on by default __END__