misc: Remove unnecessary clippy directives

Clippy passes fine without these.

Signed-off-by: Rafael Mendonca <rafaelmendsr@gmail.com>
This commit is contained in:
Rafael Mendonca
2023-04-18 11:03:28 -03:00
committed by Bo Chen
parent 5dbc72948f
commit 6379074264
7 changed files with 0 additions and 8 deletions
-2
View File
@@ -436,7 +436,6 @@ mod tests {
}
#[test]
#[allow(clippy::cognitive_complexity)]
fn test_tx_packet_assembly() {
// Test case: successful TX packet assembly.
{
@@ -581,7 +580,6 @@ mod tests {
}
#[test]
#[allow(clippy::cognitive_complexity)]
fn test_packet_hdr_accessors() {
const SRC_CID: u64 = 1;
const DST_CID: u64 = 2;