pub const NORMALIZATION_VERSION: u32 = 1;Expand description
Version of the lexing/normalization ruleset.
Bump this on any change that alters how sources are tokenised or normalised, so that fingerprints and cached results from an older ruleset are not silently treated as compatible.