mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-25 21:37:39 +00:00
Fixed typos in code comments
This commit is contained in:
parent
939ca83b34
commit
21f8239ac8
23 changed files with 42 additions and 42 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Utility module for converting between hir_def ids and code_model wrappers.
|
||||
//!
|
||||
//! It's unclear if we need this long-term, but it's definitelly useful while we
|
||||
//! It's unclear if we need this long-term, but it's definitely useful while we
|
||||
//! are splitting the hir.
|
||||
|
||||
use hir_def::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue