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.
cargo fmt
1 parent a1d1899 commit 5b4b515Copy full SHA for 5b4b515
sdk/auction-house/src/lib.rs
@@ -1,8 +1,8 @@
1
pub mod accounts;
2
pub mod args;
3
4
-pub use args::*;
5
pub use accounts::*;
+pub use args::*;
6
7
use anchor_client::solana_sdk::sysvar;
8
use anchor_client::solana_sdk::{instruction::Instruction, system_program};
0 commit comments