Browse Source

runtime: added dead code comment

ignazio 3 years ago
parent
commit
29d6e5b3a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      runtime-modules/content/src/lib.rs

+ 1 - 0
runtime-modules/content/src/lib.rs

@@ -2,6 +2,7 @@
 #![cfg_attr(not(feature = "std"), no_std)]
 #![recursion_limit = "256"]
 // Internal Substrate warning (decl_event).
+// TODO RHODES: remove dead code
 #![allow(clippy::unused_unit, dead_code)]
 
 #[cfg(test)]