Move 'keep' to 'take' (#5123)

This commit is contained in:
JT
2022-04-08 08:49:28 +12:00
committed by GitHub
parent e86c1b118e
commit 4f974efeba
12 changed files with 48 additions and 48 deletions

View File

@ -27,7 +27,6 @@ mod histogram;
mod insert;
mod into_filesize;
mod into_int;
mod keep;
mod last;
mod length;
mod lines;
@ -60,6 +59,7 @@ mod split_by;
mod split_column;
mod split_row;
mod str_;
mod take;
mod touch;
mod uniq;
mod update;