diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-21 12:21:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-21 12:21:05 +0100 |
commit | df54561a689a9eb7b1962b69a397a1221200c116 (patch) | |
tree | 159c5f1041a915290a8b8a4dfd1cf2ea6d659ed8 /crates/ide/src/completion/presentation.rs | |
parent | 71d2c4a0278c2200a88dad40de94681a1e9768fc (diff) | |
parent | b0fd3faf36c94c3fc52151c6aa82b36b43b7cceb (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/ide/src/completion/presentation.rs')
-rw-r--r-- | crates/ide/src/completion/presentation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/completion/presentation.rs b/crates/ide/src/completion/presentation.rs index a73f8ab0b..3371aed2d 100644 --- a/crates/ide/src/completion/presentation.rs +++ b/crates/ide/src/completion/presentation.rs | |||
@@ -464,7 +464,7 @@ fn guess_macro_braces(macro_name: &str, docs: &str) -> (&'static str, &'static s | |||
464 | mod tests { | 464 | mod tests { |
465 | use std::cmp::Reverse; | 465 | use std::cmp::Reverse; |
466 | 466 | ||
467 | use expect::{expect, Expect}; | 467 | use expect_test::{expect, Expect}; |
468 | use test_utils::mark; | 468 | use test_utils::mark; |
469 | 469 | ||
470 | use crate::{ | 470 | use crate::{ |