mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +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
|
@ -11,7 +11,7 @@ mod display_source_code;
|
|||
use std::{env, sync::Arc};
|
||||
|
||||
use base_db::{fixture::WithFixture, FileRange, SourceDatabase, SourceDatabaseExt};
|
||||
use expect::Expect;
|
||||
use expect_test::Expect;
|
||||
use hir_def::{
|
||||
body::{BodySourceMap, SyntheticSyntax},
|
||||
child_by_source::ChildBySource,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use expect::expect;
|
||||
use expect_test::expect;
|
||||
use test_utils::mark;
|
||||
|
||||
use super::{check_infer, check_infer_with_mismatches};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use std::fs;
|
||||
|
||||
use expect::expect;
|
||||
use expect_test::expect;
|
||||
use test_utils::project_dir;
|
||||
|
||||
use super::{check_infer, check_types};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use expect::expect;
|
||||
use expect_test::expect;
|
||||
|
||||
use super::{check_infer, check_types};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use expect::expect;
|
||||
use expect_test::expect;
|
||||
|
||||
use super::{check_infer_with_mismatches, check_types};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use expect::expect;
|
||||
use expect_test::expect;
|
||||
use test_utils::mark;
|
||||
|
||||
use super::{check_infer, check_infer_with_mismatches};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use expect::expect;
|
||||
use expect_test::expect;
|
||||
use test_utils::mark;
|
||||
|
||||
use super::{check_infer, check_types};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use expect::expect;
|
||||
use expect_test::expect;
|
||||
|
||||
use super::{check_infer, check_types};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use expect::expect;
|
||||
use expect_test::expect;
|
||||
use test_utils::mark;
|
||||
|
||||
use super::{check_infer, check_infer_with_mismatches, check_types};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue