mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Split out tests
This commit is contained in:
parent
a2537e591a
commit
f35a9a1dcc
3 changed files with 396 additions and 397 deletions
|
@ -1,6 +1,8 @@
|
|||
//! See `CompletionContext` structure.
|
||||
|
||||
mod analysis;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
use base_db::SourceDatabaseExt;
|
||||
use hir::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue