From 8384ececa7bea86c4b509384f1d9e5da8f0d4214 Mon Sep 17 00:00:00 2001 From: Griffin Berlstein Date: Mon, 6 Jan 2025 16:28:28 -0500 Subject: [PATCH] docs2 --- calyx-metadata/src/ids.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/calyx-metadata/src/ids.rs b/calyx-metadata/src/ids.rs index 8e4b4ae72..b6d49f61b 100644 --- a/calyx-metadata/src/ids.rs +++ b/calyx-metadata/src/ids.rs @@ -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);