Skip to content

Commit

Permalink
docs2
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Jan 6, 2025
1 parent 6efa523 commit 8384ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calyx-metadata/src/ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ impl_index!(FileId);
pub struct PositionId(u32);
impl_index!(PositionId);

/// A newtype wrapping a line number
#[derive(Debug, Clone)]
pub struct LineNum(u32);

Expand Down

0 comments on commit 8384ece

Please sign in to comment.