Switch to expect_test from crates.io

This commit is contained in:
Aleksey Kladov 2020-08-21 13:19:31 +02:00
parent 66e0c9f840
commit b0fd3faf36
45 changed files with 54 additions and 54 deletions

View file

@ -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,