Explorar el Código

clippy linter fixes

Mokhtar Naamani hace 4 años
padre
commit
f1465fc9f7
Se han modificado 1 ficheros con 2 adiciones y 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},