瀏覽代碼

clippy linter fixes

Mokhtar Naamani 4 年之前
父節點
當前提交
f1465fc9f7
共有 1 個文件被更改,包括 2 次插入0 次删除
  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},