Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 committed Mar 24, 2023
1 parent 6dfacf8 commit b40f48b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions program-runtime/src/loaded_programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,10 @@ impl LoadedPrograms {

#[cfg(test)]
mod tests {
use crate::loaded_programs::InvalidProgramReason;
use {
crate::loaded_programs::{
BlockRelation, ForkGraph, LoadedProgram, LoadedProgramEntry, LoadedProgramType,
LoadedPrograms, WorkingSlot,
BlockRelation, ForkGraph, InvalidProgramReason, LoadedProgram, LoadedProgramEntry,
LoadedProgramType, LoadedPrograms, WorkingSlot,
},
solana_rbpf::vm::BuiltInProgram,
solana_sdk::{clock::Slot, pubkey::Pubkey},
Expand Down

0 comments on commit b40f48b

Please sign in to comment.