Skip to content

Commit

Permalink
fix: fixing clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
YourUsername committed Sep 18, 2024
1 parent c79e545 commit 0519987
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 0519987

Please sign in to comment.