Skip to content

Commit

Permalink
Use vec from sp_std
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Aug 28, 2024
1 parent 002742f commit cc62837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pallets/parameters/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

//! # Programs Parameters
//! # Parameters Pallet
//!
//! ## Overview
//!
Expand All @@ -37,6 +37,7 @@ use entropy_shared::MAX_SIGNERS;
use frame_support::pallet_prelude::*;
use frame_system::pallet_prelude::*;
use sp_runtime::DispatchResult;
use sp_std::vec::Vec;

#[cfg(test)]
mod mock;
Expand Down

0 comments on commit cc62837

Please sign in to comment.