This commit is contained in:
Armani Ferrante 2022-02-28 11:04:07 -05:00
parent 4017e5e13b
commit 6b10d27c7f
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ pub mod error;
#[doc(hidden)]
pub mod idl;
mod system_program;
pub use crate::system_program::System;
mod vec;
pub use crate::bpf_upgradeable_state::*;
pub use crate::system_program::System;
pub use anchor_attribute_access_control::access_control;
pub use anchor_attribute_account::{account, declare_id, zero_copy};
pub use anchor_attribute_constant::constant;