mirror of https://github.com/astral-sh/ruff
Add test module a test-only module (#2703)
This commit is contained in:
parent
eb0d42187f
commit
41c0608a69
|
|
@ -1,3 +1,5 @@
|
|||
#![cfg(test)]
|
||||
|
||||
/// Helper functions for the tests of rule implementations.
|
||||
use std::path::Path;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue