Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Update frame/support/src/lib.rs
  • Loading branch information
bkchr authored Nov 20, 2020
commit 2b364496a3a4eb8db4a3a349931a6de589da40a6
5 changes: 3 additions & 2 deletions frame/support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ pub enum Never {}
///
/// - Using `static` to create a static parameter type. Its value is
/// being provided by a static variable with the equivalent name in `UPPER_SNAKE_CASE`. An
/// additional `set` function is provided in this case to alter the static variable. **This is intended for
/// testing ONLY**.
/// additional `set` function is provided in this case to alter the static variable.
///
/// **This is intended for testing ONLY and is ONLY available when `std` is enabled**
///
/// # Examples
///
Expand Down