Explorar o código

clippy linter fixes

Mokhtar Naamani %!s(int64=4) %!d(string=hai) anos
pai
achega
f1465fc9f7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      node/src/forum_config/from_serialized.rs

+ 2 - 0
node/src/forum_config/from_serialized.rs

@@ -1,3 +1,5 @@
+#![allow(clippy::type_complexity)]
+
 use super::new_validation;
 use node_runtime::{
     forum::{Category, CategoryId, Post, Thread},