Browse Source

silence compiler warning

master
Jonathan Strong 3 years ago
parent
commit
96a8d44b97
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lib.rs

+ 1
- 1
src/lib.rs View File

@@ -1496,7 +1496,7 @@ mod tests {
} }


Err(why) => { Err(why) => {
panic!(why)
panic!("{}", why)
} }
} }
} }


Loading…
Cancel
Save