Skip to content

Commit

Permalink
fix location of TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Aug 4, 2024
1 parent 69ad5ed commit 866e769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/40/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
mod impls;

use frame::prelude::*;
pub use pallet::*;
/* 🚧 TODO 🚧: Import `frame::traits::fungible::Inspect`. */
/* 🚧 TODO 🚧: Import `frame::traits::fungible::Mutate`. */
pub use pallet::*;

#[frame::pallet(dev_mode)]
pub mod pallet {
Expand Down

0 comments on commit 866e769

Please sign in to comment.