Skip to content

Commit

Permalink
fix imports after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Sep 4, 2024
1 parent 1f2cf0b commit 5b42e9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sdk/src/precompiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

#![cfg(feature = "full")]

#[deprecated(since = "2.1.0", note = "Use `solana-precompile-error` crate instead.")]
pub use solana_precompile_error::PrecompileError;
#[deprecated(since = "2.1.0", note = "Use `solana-precompile-error` crate instead.")]
pub use solana_precompile_error::PrecompileError;
use {
crate::{feature_set::FeatureSet, pubkey::Pubkey},
lazy_static::lazy_static,
solana_decode_error::DecodeError,
solana_program::instruction::CompiledInstruction,
};

Expand Down

0 comments on commit 5b42e9b

Please sign in to comment.