aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/tests/traits.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-21 12:19:31 +0100
committerAleksey Kladov <[email protected]>2020-08-21 12:19:31 +0100
commitb0fd3faf36c94c3fc52151c6aa82b36b43b7cceb (patch)
treef1640e984879dc12eb4d2b2da5bab9dfa20912d4 /crates/hir_ty/src/tests/traits.rs
parent66e0c9f840bc60fa132b285312136293301cc2c0 (diff)
Switch to expect_test from crates.io
Diffstat (limited to 'crates/hir_ty/src/tests/traits.rs')
-rw-r--r--crates/hir_ty/src/tests/traits.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/src/tests/traits.rs b/crates/hir_ty/src/tests/traits.rs
index 526e61caf..1f1056962 100644
--- a/crates/hir_ty/src/tests/traits.rs
+++ b/crates/hir_ty/src/tests/traits.rs
@@ -1,4 +1,4 @@
1use expect::expect; 1use expect_test::expect;
2use test_utils::mark; 2use test_utils::mark;
3 3
4use super::{check_infer, check_infer_with_mismatches, check_types}; 4use super::{check_infer, check_infer_with_mismatches, check_types};