edition 2018

This commit is contained in:
klensy
2023-07-20 17:23:56 +03:00
parent 0db7a3a020
commit dd34581ec9
17 changed files with 32 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
use float::Float;
use int::{CastInto, DInt, HInt, Int};
use crate::float::Float;
use crate::int::{CastInto, DInt, HInt, Int};
fn mul<F: Float>(a: F, b: F) -> F
where