mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-18 17:41:12 +00:00
Add test module a test-only module (#2703)
This commit is contained in:
parent
eb0d42187f
commit
41c0608a69
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![cfg(test)]
|
||||
|
||||
/// Helper functions for the tests of rule implementations.
|
||||
use std::path::Path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue