Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 committed Mar 22, 2023
1 parent 13146c1 commit 0a198cf
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 @@ -375,11 +375,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 0a198cf

Please sign in to comment.