diff options
author | Edwin Cheng <[email protected]> | 2020-05-02 02:56:38 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-02 02:56:38 +0100 |
commit | 443762cda914e56487e51ed0e104b3aac7285b1a (patch) | |
tree | b8b223b78059e69b920224ec7f89b83084d642a2 /crates/ra_hir_expand | |
parent | 7bbdeb43a4972300779a8d30c7323445c1105f44 (diff) |
Update crates/ra_hir_expand/src/builtin_derive.rs
Fix spacing
Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'crates/ra_hir_expand')
-rw-r--r-- | crates/ra_hir_expand/src/builtin_derive.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_expand/src/builtin_derive.rs b/crates/ra_hir_expand/src/builtin_derive.rs index 25bb5cee3..1dc9cac66 100644 --- a/crates/ra_hir_expand/src/builtin_derive.rs +++ b/crates/ra_hir_expand/src/builtin_derive.rs | |||
@@ -38,7 +38,7 @@ macro_rules! register_builtin { | |||
38 | _ => return None, | 38 | _ => return None, |
39 | }; | 39 | }; |
40 | 40 | ||
41 | Some(MacroDefId { krate: None, ast_id: None, kind: MacroDefKind::BuiltInDerive(kind),local_inner:false }) | 41 | Some(MacroDefId { krate: None, ast_id: None, kind: MacroDefKind::BuiltInDerive(kind), local_inner: false }) |
42 | } | 42 | } |
43 | }; | 43 | }; |
44 | } | 44 | } |