mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Move test_utils into tests module
This commit is contained in:
parent
11115ebad8
commit
aa644b5585
26 changed files with 194 additions and 238 deletions
|
@ -695,7 +695,7 @@ mod tests {
|
|||
use expect_test::{expect, Expect};
|
||||
use hir::HirDisplay;
|
||||
|
||||
use crate::test_utils::{position, TEST_CONFIG};
|
||||
use crate::tests::{position, TEST_CONFIG};
|
||||
|
||||
use super::CompletionContext;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue