fix: improve release profile & fix typos (#177)

* dev: split a gh-release profile to accelerate development

* fix: many typos

* fix: miri warnings

* fix: update fixtures
This commit is contained in:
QuarticCat 2024-04-10 11:34:18 +08:00 committed by GitHub
parent e7acb31a54
commit ebed95cbcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 159 additions and 71 deletions

View file

@ -310,7 +310,6 @@ fn complete_path(
#[cfg(test)]
mod tests {
use insta::with_settings;
use lsp_types::{CompletionItem, CompletionList};
use super::*;
use crate::tests::*;