Skip to content

Commit c45119e

Browse files
committed
Ignore clippy::new_without_default warnings.
Having no default method seems fine here. Signed-off-by: Nicholas Nethercote <n.nethercote@gmail.com>
1 parent fe44b49 commit c45119e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pldm-fw/src/fd.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ impl<R: RespChannel> Responder<R> {
126126
/// Update mode idle timeout, 120 seconds
127127
pub const FD_T1_TIMEOUT: u64 = 120_000;
128128

129+
#[allow(clippy::new_without_default)]
129130
pub fn new() -> Self {
130131
Self {
131132
ua_eid: None,

0 commit comments

Comments
 (0)