This commit is contained in:
Jack May
2021-07-12 11:45:25 -07:00
committed by GitHub
parent 4a5ec51007
commit 35123b71c2

View File

@ -6,6 +6,6 @@ pub mod tests {
#[test] #[test]
fn test_id() { fn test_id() {
println!("{:?}", id()); id().log();
} }
} }