mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-23 12:46:43 +00:00
fix: clippy warnings in rust 1.83 (#907)
This commit is contained in:
parent
6d5c353fc0
commit
b8f65cf2ec
29 changed files with 63 additions and 59 deletions
|
|
@ -79,7 +79,7 @@ struct ReferencesWorker<'a> {
|
|||
module_path: OnceLock<Interned<str>>,
|
||||
}
|
||||
|
||||
impl<'a> ReferencesWorker<'a> {
|
||||
impl ReferencesWorker<'_> {
|
||||
fn label_root(mut self) -> Option<Vec<LspLocation>> {
|
||||
let mut ids = vec![];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue