mirror of
https://github.com/scoobybejesus/cryptools.git
synced 2025-01-18 03:10:15 +00:00
Allow use of fn outside of crate.
This commit is contained in:
parent
023648dce6
commit
9891d14820
@ -17,7 +17,7 @@ use crate::account::{Account, RawAccount};
|
||||
use crate::decimal_utils::{round_d128_1e8};
|
||||
|
||||
|
||||
pub(crate) fn import_from_csv(
|
||||
pub fn import_from_csv(
|
||||
import_file_path: PathBuf,
|
||||
settings: &ImportProcessParameters,
|
||||
raw_acct_map: &mut HashMap<u16, RawAccount>,
|
||||
|
Loading…
Reference in New Issue
Block a user