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};
|
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>,
|
||||||
|
|
Loading…
Reference in New Issue