1 2 3 4 5
#[test] fn string_matches_ints() { use crate::version::*; assert_eq!(STRING, format!("{}.{}.{}", MAJOR, MINOR, PATCH)); }