diff --git a/runtime/common/src/weights/pallet_identity.rs b/runtime/common/src/weights/pallet_identity.rs index dd225b27f..15a9426c3 100644 --- a/runtime/common/src/weights/pallet_identity.rs +++ b/runtime/common/src/weights/pallet_identity.rs @@ -37,8 +37,6 @@ // --template=./misc/frame_weight_template.hbs // --output=./runtime/common/src/weights/ -// TEST COMMENT - #![allow(unused_parens)] #![allow(unused_imports)] diff --git a/zrml/court/Cargo.toml b/zrml/court/Cargo.toml index 2409aeddc..587ce33ba 100644 --- a/zrml/court/Cargo.toml +++ b/zrml/court/Cargo.toml @@ -17,8 +17,6 @@ pallet-timestamp = { branch = "polkadot-v0.9.32", git = "https://github.com/pari sp-io = { branch = "polkadot-v0.9.32", git = "https://github.com/paritytech/substrate" } zeitgeist-primitives = { default-features = false, features = ["mock"], path = "../../primitives" } -// TEST COMMENT - [features] default = ["std"] runtime-benchmarks = [ diff --git a/zrml/prediction-markets/src/lib.rs b/zrml/prediction-markets/src/lib.rs index 87bc75616..e4390ed3e 100644 --- a/zrml/prediction-markets/src/lib.rs +++ b/zrml/prediction-markets/src/lib.rs @@ -16,8 +16,6 @@ // You should have received a copy of the GNU General Public License // along with Zeitgeist. If not, see . -// TEST COMMENT - #![doc = include_str!("../README.md")] #![cfg_attr(not(feature = "std"), no_std)] #![allow(clippy::too_many_arguments)]