mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
Update crates/ra_hir_expand/src/builtin_derive.rs
Fix spacing Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
parent
7bbdeb43a4
commit
443762cda9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ macro_rules! register_builtin {
|
|||
_ => return None,
|
||||
};
|
||||
|
||||
Some(MacroDefId { krate: None, ast_id: None, kind: MacroDefKind::BuiltInDerive(kind),local_inner:false })
|
||||
Some(MacroDefId { krate: None, ast_id: None, kind: MacroDefKind::BuiltInDerive(kind), local_inner: false })
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue