aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/tests/never_type.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-21 12:21:05 +0100
committerGitHub <[email protected]>2020-08-21 12:21:05 +0100
commitdf54561a689a9eb7b1962b69a397a1221200c116 (patch)
tree159c5f1041a915290a8b8a4dfd1cf2ea6d659ed8 /crates/hir_ty/src/tests/never_type.rs
parent71d2c4a0278c2200a88dad40de94681a1e9768fc (diff)
parentb0fd3faf36c94c3fc52151c6aa82b36b43b7cceb (diff)
Merge #5835
5835: Switch to expect_test from crates.io r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/hir_ty/src/tests/never_type.rs')
-rw-r--r--crates/hir_ty/src/tests/never_type.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/src/tests/never_type.rs b/crates/hir_ty/src/tests/never_type.rs
index 49538b572..335c474df 100644
--- a/crates/hir_ty/src/tests/never_type.rs
+++ b/crates/hir_ty/src/tests/never_type.rs
@@ -1,4 +1,4 @@
1use expect::expect; 1use expect_test::expect;
2 2
3use super::{check_infer_with_mismatches, check_types}; 3use super::{check_infer_with_mismatches, check_types};
4 4