Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Oct 31, 2022
1 parent f39bc9f commit 0eb7560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frame/support/procedural/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ pub fn construct_runtime(input: TokenStream) -> TokenStream {
/// * All storages are marked as unbounded, meaning you do not need to implement `MaxEncodedLen` on
/// storage types. This is equivalent to specifying `#[pallet::unbounded]` on all storage type
/// definitions.
/// * The pallet with dev mode enabled can only be compiled in test mode (i.e. via `cargo
/// test`). This is to prevent dev mode pallets from being accidentally used in production.
/// * The pallet with dev mode enabled can only be compiled in test mode (i.e. via `cargo test`).
/// This is to prevent dev mode pallets from being accidentally used in production.
///
/// See `frame_support::pallet` docs for more info.
#[proc_macro_attribute]
Expand Down

0 comments on commit 0eb7560

Please sign in to comment.