Skip to content

Commit a63270a

Browse files
committed
Remove unused pub(crate) visibility marker
1 parent 8d72363 commit a63270a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pineappl_v0/src/lagrange_subgrid.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pub struct LagrangeSubgridV2 {
144144
y2max: f64,
145145
taumin: f64,
146146
taumax: f64,
147-
pub(crate) _static_q2: f64,
147+
_static_q2: f64,
148148
}
149149

150150
impl LagrangeSubgridV2 {

0 commit comments

Comments
 (0)