Skip to content

Commit b04c4d7

Browse files
committed
build(GH-160): #[allow(dead_code)] on FinishedRanger::end_token
1 parent c42d0ec commit b04c4d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/jrsonnet-rowan-parser/src/marker.rs

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use crate::{
2222

2323
pub struct FinishedRanger {
2424
pub start_token: usize,
25+
#[allow(dead_code)]
2526
pub end_token: usize,
2627
}
2728
impl FinishedRanger {

0 commit comments

Comments
 (0)