Skip to content

Commit

Permalink
make frame crate not experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 committed Jan 15, 2025
1 parent f798111 commit 5808800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion substrate/frame/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
//! * `runtime::apis` should expose all common runtime APIs that all FRAME-based runtimes need.
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg(feature = "experimental")]

#[doc(no_inline)]
pub use frame_support::pallet;
Expand Down

0 comments on commit 5808800

Please sign in to comment.