From bacaeca6ccf1d10573ab65559e3d90c8e2ccc503 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 22 May 2023 10:50:29 +0200 Subject: [PATCH] add allow dead code to pbox6 --- src/binary/pbox6.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/binary/pbox6.rs b/src/binary/pbox6.rs index 3ae70ed..1bef858 100644 --- a/src/binary/pbox6.rs +++ b/src/binary/pbox6.rs @@ -1,3 +1,4 @@ +#![allow(dead_code)] /// # pbox 6 /// /// This module contains a simple 8 bit pbox.