mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
cfg: move tests to separate file
that way we don't have to re-check the entire project when a test is changed
This commit is contained in:
parent
dab8870f5c
commit
a246d4f599
4 changed files with 195 additions and 208 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
mod cfg_expr;
|
||||
mod dnf;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
use std::fmt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue