Update Examples

Glen Whitney 2024-08-24 04:58:40 +00:00
parent eba9878870
commit 67fc39ddef

@ -152,7 +152,6 @@ fn reverse((int_param, bool_param): (i32, bool)) -> (bool, i32)
#[derive(Debug)] #[derive(Debug)]
struct Matrix(f32, f32, f32, f32); struct Matrix(f32, f32, f32, f32);