mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +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
|
@ -70,7 +70,7 @@ fn ${1:feature}() {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use expect::{expect, Expect};
|
||||
use expect_test::{expect, Expect};
|
||||
|
||||
use crate::completion::{test_utils::completion_list, CompletionKind};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue