We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2559f84 commit b62b635Copy full SHA for b62b635
interface/src/instruction.rs
@@ -1,8 +1,6 @@
1
//! Instruction types.
2
3
-use pinocchio::program_error::ProgramError;
4
-
5
-use crate::error::TokenError;
+use {crate::error::TokenError, pinocchio::program_error::ProgramError};
6
7
/// Instructions supported by the token program.
8
#[repr(u8)]
0 commit comments