mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
internal: Move out WithFixture
into dev-dep only crate
This commit is contained in:
parent
ec6162308e
commit
f49a2fed3f
59 changed files with 189 additions and 119 deletions
|
@ -646,8 +646,9 @@ mod tests {
|
|||
use std::iter;
|
||||
|
||||
use expect_test::{expect, Expect};
|
||||
use ide_db::{base_db::FilePosition, fixture::ChangeFixture};
|
||||
use ide_db::base_db::FilePosition;
|
||||
use stdx::format_to;
|
||||
use test_fixture::ChangeFixture;
|
||||
|
||||
use crate::RootDatabase;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue