Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 7b20784

Browse files
Merge #294
294: Update `Cargo.lock` r=Urhengulas a=Urhengulas During updating `defmt-decoder` to `0.3.1` it was forgotten to update `Cargo.lock` as well (by running `cargo check`). This happens now. Co-authored-by: Johann Hemmann <[email protected]>
2 parents 32868ef + eefb353 commit 7b20784

File tree

2 files changed

+12
-30
lines changed

2 files changed

+12
-30
lines changed

Cargo.lock

Lines changed: 11 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ use crate::{backtrace::Outcome, canary::Canary, elf::Elf, target_info::TargetInf
3737
const TIMEOUT: Duration = Duration::from_secs(1);
3838

3939
fn main() -> anyhow::Result<()> {
40+
#[allow(clippy::redundant_closure)]
4041
cli::handle_arguments().map(|code| process::exit(code))
4142
}
4243

0 commit comments

Comments
 (0)