Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from agicommies/main
Browse files Browse the repository at this point in the history
fix: fixing clippy warnings
functor-flow authored Sep 18, 2024
2 parents 43bbd73 + 0519987 commit e04d819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pallets/subnet_emission/src/migrations.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use core::marker::PhantomData;
// use core::marker::PhantomData;

#[derive(Default)]
struct InitialMigration<T>(PhantomData<T>);
// #[derive(Default)]
// struct InitialMigration<T>(PhantomData<T>);

0 comments on commit e04d819

Please sign in to comment.