Skip to content

Commit

Permalink
fix: remove unused thread_local
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Nov 13, 2023
1 parent 9dfdcfb commit 43e5d7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/pool-system/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
// GNU General Public License for more details.
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(clippy::or_fun_call)]
#![feature(thread_local)]

use cfg_traits::{Permissions, PoolInspect, PoolMutate, PoolNAV, PoolReserve, Seconds, TimeAsSecs};
use cfg_types::{
Expand Down

0 comments on commit 43e5d7a

Please sign in to comment.