Skip to content

Commit ede0cc9

Browse files
author
George Cosma
committed
wip: fix clippy warning
Signed-off-by: George Cosma <george.cosma@wyliodrin.com>
1 parent 05e4a22 commit ede0cc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tockloader-lib/src/connection.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ impl Connection for SerialConnection {
157157
/// This is an utility enum to make your life easier when you want to abstract
158158
/// away the underlying connection type. Use with caution, not all connection
159159
/// types must implement every command.
160+
#[allow(clippy::large_enum_variant)]
160161
pub enum TockloaderConnection {
161162
ProbeRS(ProbeRSConnection),
162163
Serial(SerialConnection),

0 commit comments

Comments
 (0)