From 16d16b46bb436fc5b1d6be732905805e2e2798a2 Mon Sep 17 00:00:00 2001 From: James Gilles Date: Mon, 9 Sep 2024 12:56:45 -0400 Subject: [PATCH] Remove outdated comment --- crates/schema/src/type_for_generate.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/schema/src/type_for_generate.rs b/crates/schema/src/type_for_generate.rs index 1ed56bdb5a..e5786c1452 100644 --- a/crates/schema/src/type_for_generate.rs +++ b/crates/schema/src/type_for_generate.rs @@ -361,8 +361,6 @@ pub struct TypespaceForGenerateBuilder<'a> { /// The AlgebraicTypeRefs that we know point to definitions. Must be declared at the start of building. /// This is necessary to disambiguate between a use of the unit type, and a reference to a type declaration of a product type with no elements. - /// - /// Definitions are not actually processed until the end of building. is_def: HashSet, /// Interning data structure, no semantic meaning.