Minor refactorings, type adjustments and typo fixes

This commit is contained in:
Juno Takano 2025-12-25 23:56:18 -03:00
commit f48b2070bc
6 changed files with 14 additions and 20 deletions

View file

@ -1,6 +0,0 @@
#[test]
fn add() {
let e = 0;
let n = 0;
assert_eq!(e, n);
}