mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Merge assits::test_helpers and tests
This commit is contained in:
parent
30eb458b4f
commit
25e6bbde01
35 changed files with 172 additions and 180 deletions
|
@ -283,7 +283,7 @@ fn next_space_for_fn_in_module(
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::helpers::{check_assist, check_assist_not_applicable};
|
||||
use crate::tests::{check_assist, check_assist_not_applicable};
|
||||
|
||||
use super::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue