Skip to content

Commit

Permalink
Split out tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Jun 17, 2022
1 parent a2537e5 commit f35a9a1
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 397 deletions.
2 changes: 2 additions & 0 deletions crates/ide-completion/src/context.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
//! See `CompletionContext` structure.
mod analysis;
#[cfg(test)]
mod tests;

use base_db::SourceDatabaseExt;
use hir::{
Expand Down
Loading

0 comments on commit f35a9a1

Please sign in to comment.