From 71e7e87749e267faf74880953cc44da74e1e6fb9 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 23 Jul 2024 07:08:26 +0000 Subject: [PATCH] Clippy --- src/uart.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uart.rs b/src/uart.rs index abe88efbf..ec8aa02a1 100644 --- a/src/uart.rs +++ b/src/uart.rs @@ -522,7 +522,7 @@ pub mod config { flow_control: FlowControl::None, flow_control_rts_threshold: 122, source_clock: SourceClock::default(), - intr_flags: EnumSet::EMPTY, + intr_flags: EnumSet::empty(), event_config: EventConfig::new(), rx_fifo_size: super::UART_FIFO_SIZE * 2, tx_fifo_size: super::UART_FIFO_SIZE * 2,