Skip to content

Commit

Permalink
Update src/riot-rs-embassy/src/arch/dummy.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Marian Buschsieweke <maribu@users.noreply.github.com>
  • Loading branch information
kaspar030 and maribu committed Apr 10, 2024
1 parent c2e8d90 commit 27bb746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-embassy/src/arch/dummy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ pub mod usb {
}

// warn if this is used
fn warning_using_dumma_arch() {}
fn warning_using_dummy_arch() {}

Check warning on line 200 in src/riot-rs-embassy/src/arch/dummy.rs

View workflow job for this annotation

GitHub Actions / lint

function `warning_using_dummy_arch` is never used

warning: function `warning_using_dummy_arch` is never used --> src/riot-rs-embassy/src/arch/dummy.rs:200:4 | 200 | fn warning_using_dummy_arch() {} | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default

0 comments on commit 27bb746

Please sign in to comment.