Loading openssl-sys/build/main.rs +1 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ due to this version mismatch. } // parses a string that looks like "0x100020cfL" #[allow(deprecated)] // trim_right_matches is now trim_end_matches fn parse_version(version: &str) -> u64 { // cut off the 0x prefix assert!(version.starts_with("0x")); Loading Loading
openssl-sys/build/main.rs +1 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ due to this version mismatch. } // parses a string that looks like "0x100020cfL" #[allow(deprecated)] // trim_right_matches is now trim_end_matches fn parse_version(version: &str) -> u64 { // cut off the 0x prefix assert!(version.starts_with("0x")); Loading