Follow crate conventions

This commit is contained in:
Ivar Flakstad
2024-01-01 20:37:56 +01:00
parent 6eb44d1bce
commit e8e24f1284
5 changed files with 75 additions and 77 deletions

View File

@ -847,4 +847,4 @@ fn fill() {
assert_fill(f16::from_f32(1.23));
assert_fill(bf16::from_f32(4.56));
assert_fill(7.89f32);
}
}