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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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