Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Sep 9, 2024
1 parent 0981bb1 commit 16d16b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/schema/src/type_for_generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<AlgebraicTypeRef>,

/// Interning data structure, no semantic meaning.
Expand Down

0 comments on commit 16d16b4

Please sign in to comment.