aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/intern.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-24 23:51:57 +0100
committerGitHub <[email protected]>2021-05-24 23:51:57 +0100
commit9c63137ef3bd4e4d5d62971d22f8af4bcdb39816 (patch)
tree66639f765e543856e9c3321fa92ee8dffe68c316 /crates/hir_def/src/intern.rs
parent86ca1764b66e65fcb986b7188b6a77e8b53f9758 (diff)
parent31175a7f88bd593bc4ca5a37b24183c62a438366 (diff)
Merge #8978
8978: internal: intern `AttrInput` r=jonas-schievink a=jonas-schievink saves ~10 MB on r-a bors r+ Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'crates/hir_def/src/intern.rs')
-rw-r--r--crates/hir_def/src/intern.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_def/src/intern.rs b/crates/hir_def/src/intern.rs
index 1189c9327..79ba970e7 100644
--- a/crates/hir_def/src/intern.rs
+++ b/crates/hir_def/src/intern.rs
@@ -219,6 +219,7 @@ impl_internable!(
219 crate::type_ref::TypeBound, 219 crate::type_ref::TypeBound,
220 crate::path::ModPath, 220 crate::path::ModPath,
221 crate::path::GenericArgs, 221 crate::path::GenericArgs,
222 crate::attr::AttrInput,
222 GenericParams, 223 GenericParams,
223 str, 224 str,
224); 225);