diff --git a/Examples.md b/Examples.md index 9468821..8ebe4eb 100644 --- a/Examples.md +++ b/Examples.md @@ -152,7 +152,6 @@ fn reverse((int_param, bool_param): (i32, bool)) -> (bool, i32) - #[derive(Debug)] struct Matrix(f32, f32, f32, f32);