mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Switch to expect_test from crates.io
This commit is contained in:
parent
66e0c9f840
commit
b0fd3faf36
45 changed files with 54 additions and 54 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::fs;
|
||||
|
||||
use expect::{expect_file, ExpectFile};
|
||||
use expect_test::{expect_file, ExpectFile};
|
||||
use test_utils::project_dir;
|
||||
|
||||
use crate::{mock_analysis::single_file, FileRange, TextRange};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue