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
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use crate::account::{Account, RawAccount};
use crate::decimal_utils::{round_d128_1e8}; use crate::decimal_utils::{round_d128_1e8};
pub(crate) fn import_from_csv( pub fn import_from_csv(
import_file_path: PathBuf, import_file_path: PathBuf,
settings: &ImportProcessParameters, settings: &ImportProcessParameters,
raw_acct_map: &mut HashMap<u16, RawAccount>, raw_acct_map: &mut HashMap<u16, RawAccount>,