1 2 3 4 5 6 7
#![allow(unused_imports)] //! All `tests/` content should go here so that there's just one testing binary //! generated that runs all of the tests in parallel. mod cst_parser_tests; mod tokenizer_tests;