Replace rojo-test with regular tests folder again (#323)

* Replace rojo-test with regular tests folder again

* Bump MSRV to 1.43.1
This commit is contained in:
Lucien Greathouse
2020-05-20 15:30:05 -07:00
committed by GitHub
parent ca5b8ab309
commit 5ccd02939b
71 changed files with 96 additions and 217 deletions

3
tests/rojo_test/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod internable;
pub mod io_util;
pub mod serve_util;