diff options
Diffstat (limited to 'src/authority.rs')
-rw-r--r-- | src/authority.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/authority.rs b/src/authority.rs index 8ac8dd7..f219ec0 100644 --- a/src/authority.rs +++ b/src/authority.rs @@ -184,6 +184,9 @@ mod tests { use super::*; #[test] + // NOTE: This lint has to be disabled at the test level because + // it's triggered inside the `named_tuple!` macro expansion. + #[allow(clippy::ref_option_ref)] fn userinfo() { named_tuple!( struct TestVector { |