We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[allow(dead_code)]
FinishedRanger::end_token
1 parent c42d0ec commit b04c4d7Copy full SHA for b04c4d7
crates/jrsonnet-rowan-parser/src/marker.rs
@@ -22,6 +22,7 @@ use crate::{
22
23
pub struct FinishedRanger {
24
pub start_token: usize,
25
+ #[allow(dead_code)]
26
pub end_token: usize,
27
}
28
impl FinishedRanger {
0 commit comments