This commit is contained in:
Jack May 2021-07-12 11:45:25 -07:00 committed by GitHub
parent 4a5ec51007
commit 35123b71c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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