move AccountInfo to its own file (#21784)

This commit is contained in:
Jeff Washington (jwash)
2021-12-11 11:47:05 -06:00
committed by GitHub
parent c5c699a918
commit ef7f49a21d
4 changed files with 27 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(min_specialization))]
#![allow(clippy::integer_arithmetic)]
pub mod account_info;
pub mod accounts;
pub mod accounts_background_service;
pub mod accounts_cache;