changed to-float to to-decimal (#1926)

* changed to-float to to-decimal

* changed to-float to to-decimal
This commit is contained in:
Rohan Rout
2020-06-02 02:32:57 +05:30
committed by GitHub
parent ac22319a5d
commit ae72593831
5 changed files with 12 additions and 12 deletions

View File

@ -230,7 +230,7 @@ pub(crate) use split::SplitRow;
pub(crate) use split_by::SplitBy;
pub(crate) use str_::{
Str, StrCapitalize, StrDowncase, StrFindReplace, StrSet, StrSubstring, StrToDatetime,
StrToFloat, StrToInteger, StrTrim, StrUpcase,
StrToDecimal, StrToInteger, StrTrim, StrUpcase,
};
pub(crate) use sum::Sum;
#[allow(unused_imports)]