Skip to content

added fat16/32 superblock detection #75

added fat16/32 superblock detection

added fat16/32 superblock detection #75

Re-run triggered February 19, 2025 23:12
Status Success
Total duration 26s
Artifacts

ci.yaml

on: pull_request
Build & Test Project
15s
Build & Test Project
Spell Check with Typos
4s
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__