Skip to content

Commit ec928f1

Browse files
committed
add too_many_arguments to get_network_chains
Signed-off-by: lto-dev <[email protected]>
1 parent 887e962 commit ec928f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/firewall/varktables/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ pub fn create_network_chains(chains: Vec<VarkChain<'_>>) -> NetavarkResult<()> {
192192
Ok(())
193193
}
194194

195+
#[allow(clippy::too_many_arguments)]
195196
pub fn get_network_chains<'a>(
196197
conn: &'a IPTables,
197198
network: IpNet,

0 commit comments

Comments
 (0)