Skip to content

Commit 72ef5a3

Browse files
Fix comment ID links
1 parent 274ea73 commit 72ef5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/nag.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ impl<'a> RfcBotComment<'a> {
12871287
"issues"
12881288
},
12891289
number = issue.number,
1290-
id = comment_id,
1290+
id = comment_id as u32,
12911291
);
12921292
msg.push_str(&url);
12931293
}

0 commit comments

Comments
 (0)