Skip to content

Commit 148f044

Browse files
committed
Make clippy happy
1 parent 6cd458a commit 148f044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

espflash/src/flasher/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ pub struct FlashData {
481481
}
482482

483483
impl FlashData {
484+
#[allow(clippy::too_many_arguments)]
484485
pub fn new(
485486
bootloader: Option<&Path>,
486487
partition_table: Option<&Path>,

0 commit comments

Comments
 (0)