Skip to content

Commit

Permalink
suppress "associated function is never used: log_pool_details"
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jan 6, 2022
1 parent 6a5114e commit 4ab2de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/phala/src/stakepool/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ where
let _ = Self::maybe_dump_pool_details(stage);
}

#[allow(unused)]
#[allow(unused, dead_code)]
fn log_pool_details() -> Result<(), ()> {
info!("[PoolStakers]");
info!("pid\tuser\tlocked\tshares");
Expand Down

0 comments on commit 4ab2de7

Please sign in to comment.