Mark a variable unused

This commit is contained in:
Nick Mathewson 2020-06-12 20:04:55 -04:00
parent c7285c9449
commit d36f52eea9
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ mod test {
#[test]
fn parse_one() -> Result<()> {
let rd = AuthCert::parse(TESTDATA)?;
let _rd = AuthCert::parse(TESTDATA)?;
Ok(())
}