mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Rename and fix typos
This commit is contained in:
parent
d8b7ba201e
commit
e6709f64af
4 changed files with 43 additions and 24 deletions
|
@ -132,7 +132,7 @@ impl MacroCallId {
|
|||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
/// ExpansionInfo mainly describle how to map text range between src and expaned macro
|
||||
/// ExpansionInfo mainly describes how to map text range between src and expanded macro
|
||||
pub struct ExpansionInfo {
|
||||
pub arg_map: Vec<(TextRange, TextRange)>,
|
||||
pub def_map: Vec<(TextRange, TextRange)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue