add nth tests to mod.rs (#934)

This commit is contained in:
Michael Angerman
2022-02-04 12:08:25 -08:00
committed by GitHub
parent 90f6b6aedf
commit c2f6dfa75c
2 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,7 @@ mod math;
mod merge;
mod mkdir;
mod move_;
mod nth;
mod open;
mod parse;
mod path;