Skip to content

Commit

Permalink
unused_import
Browse files Browse the repository at this point in the history
  • Loading branch information
Srg213 committed Aug 24, 2022
1 parent 9f655e3 commit 3d86506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub mod gesture;
#[cfg(feature = "gesture")]
use heapless::Vec;

[#allow(unused_imports)]
#[allow(unused_imports)]
use panic_semihosting as _;

use embedded_hal as hal;
Expand Down

0 comments on commit 3d86506

Please sign in to comment.