Skip to content

Commit d235e99

Browse files
committed
Fix clippy
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent df0506e commit d235e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c1minimal/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ use usb_device::{class_prelude::*, prelude::*};
4040
use usbd_serial::{SerialPort, USB_CLASS_CDC};
4141

4242
// Used to demonstrate writing formatted strings
43-
use core::fmt::Write;
44-
use heapless::String;
43+
// use core::fmt::Write;
44+
// use heapless::String;
4545

4646
// RGB LED
4747
use smart_leds::{colors, SmartLedsWrite, RGB8};

0 commit comments

Comments
 (0)