mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
remove comment
This commit is contained in:
parent
8fc08d36e3
commit
f0a9d026fc
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ pub struct Body {
|
|||
/// file, so that we don't recompute types whenever some whitespace is typed.
|
||||
#[derive(Default, Debug, Eq, PartialEq)]
|
||||
pub struct BodySourceMap {
|
||||
// body: Arc<Body>,
|
||||
expr_map: FxHashMap<SyntaxNodePtr, ExprId>,
|
||||
expr_map_back: ArenaMap<ExprId, SyntaxNodePtr>,
|
||||
pat_map: FxHashMap<SyntaxNodePtr, PatId>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue