Mark match as deprecated command (#4802)

This commit is contained in:
Justin Ma
2022-03-10 10:58:42 +08:00
committed by GitHub
parent 3bdd924349
commit 643cce8a6f
3 changed files with 39 additions and 0 deletions

View File

@ -1,4 +1,5 @@
mod insert;
mod match_;
mod nth;
mod pivot;
mod str_datetime;
@ -7,6 +8,7 @@ mod str_int;
mod unalias;
pub use insert::InsertDeprecated;
pub use match_::MatchDeprecated;
pub use nth::NthDeprecated;
pub use pivot::PivotDeprecated;
pub use str_datetime::StrDatetimeDeprecated;