1
0
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:
scoobybejesus 2020-12-01 20:43:02 -05:00
parent 023648dce6
commit 9891d14820

View File

@ -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>,