Add test module a test-only module (#2703)

This commit is contained in:
Charlie Marsh
2023-02-09 21:28:10 -05:00
committed by GitHub
parent eb0d42187f
commit 41c0608a69

View File

@@ -1,3 +1,5 @@
#![cfg(test)]
/// Helper functions for the tests of rule implementations.
use std::path::Path;