This commit is contained in:
Brendan Hansknecht 2023-03-06 21:02:47 -08:00
parent 75e996c445
commit 11cccde050
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
6 changed files with 22 additions and 22 deletions

View file

@ -1,3 +1,5 @@
#![allow(clippy::missing_safety_doc)]
#[macro_use]
extern crate pretty_assertions;
extern crate quickcheck;