Skip to content

Commit f434c28

Browse files
committed
fixed clippy issues
1 parent 9a78620 commit f434c28

File tree

1 file changed

+1
-0
lines changed
  • protocols/kad/src/kbucket

1 file changed

+1
-0
lines changed

protocols/kad/src/kbucket/key.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1919
// DEALINGS IN THE SOFTWARE.
2020
#![allow(clippy::manual_div_ceil)]
21+
#![allow(clippy::double_parens)]
2122

2223
use std::{
2324
borrow::Borrow,

0 commit comments

Comments
 (0)