Skip to content

Commit

Permalink
chore: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenArthur committed Sep 25, 2024
1 parent f24a6c4 commit ec533da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion typecheck/src/collectors/constants.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//! Collect all primitive union type constants in the program in order to build our primitive union types properly. There are three primitive union types: `char`, `int` and `string`, so this module collects all character, integer and string constants.
//! Collect all primitive union type constants in the program in order to build our primitive
// union types properly. There are three primitive union types: `char`, `int` and `string`, so
// this module collects all character, integer and string constants.

use std::collections::HashSet;
use std::convert::Infallible;
Expand Down

0 comments on commit ec533da

Please sign in to comment.