dev: split test functions for multiple crates (#1695)

* dev: split test functions for multiple crates

* build: update cargo.lock

* fix: compile error
This commit is contained in:
Myriad-Dreamin 2025-04-30 19:01:29 +08:00 committed by GitHub
parent 1108b39e3f
commit 647cda29a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 212 additions and 165 deletions

View file

@ -100,8 +100,6 @@ impl StatefulRequest for CompletionRequest {
mod tests {
use std::collections::HashSet;
use insta::with_settings;
use super::*;
use crate::{completion::proto::CompletionItem, syntax::find_module_level_docs, tests::*};