Skip to content

Commit

Permalink
Test weight and Cargo.toml exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 committed Jul 17, 2023
1 parent e374775 commit 1478e10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/common/src/weights/pallet_identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
// --template=./misc/frame_weight_template.hbs
// --output=./runtime/common/src/weights/

// TEST COMMENT

#![allow(unused_parens)]
#![allow(unused_imports)]

Expand Down
2 changes: 2 additions & 0 deletions zrml/court/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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 = [
Expand Down
2 changes: 2 additions & 0 deletions zrml/prediction-markets/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// You should have received a copy of the GNU General Public License
// along with Zeitgeist. If not, see <https://www.gnu.org/licenses/>.

// TEST COMMENT

#![doc = include_str!("../README.md")]
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(clippy::too_many_arguments)]
Expand Down

0 comments on commit 1478e10

Please sign in to comment.