feat: add unalias to deprecated command (#4440)

This commit is contained in:
Justin Ma
2022-02-12 23:06:52 +08:00
committed by GitHub
parent cc171b6ad4
commit baf6348e66
3 changed files with 39 additions and 0 deletions

View File

@ -357,6 +357,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
StrDecimalDeprecated,
StrIntDeprecated,
NthDeprecated,
UnaliasDeprecated,
};
#[cfg(feature = "dataframe")]