Move types to more appropriate files (#10638)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use crate::{instruction::InstructionError, program_utils::DecodeError};
|
||||
use crate::{decode_error::DecodeError, instruction::InstructionError};
|
||||
use num_traits::{FromPrimitive, ToPrimitive};
|
||||
use std::convert::TryFrom;
|
||||
use thiserror::Error;
|
||||
|
Reference in New Issue
Block a user