Skip to content

Instantly share code, notes, and snippets.

@VitalyAnkh
Created November 12, 2019 13:41
Show Gist options
  • Save VitalyAnkh/179004abde980e9c244083496f7bbdd4 to your computer and use it in GitHub Desktop.
Save VitalyAnkh/179004abde980e9c244083496f7bbdd4 to your computer and use it in GitHub Desktop.
intellij-rust false report
fn from_hex(input:&str)->Result<u8, std::num::ParseIntError>{
u8::from_str_radix(input,16)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment