@@ -33,7 +33,6 @@ examples/error_handling/unpacking_options_and_defaults_via_or_else.v
3333examples/error_handling/unpacking_options_and_defaults_via_or.v
3434examples/error_handling/unpacking_options_via_question_mark.v
3535examples/error_handling/wrapping_errors.v
36- examples/expressions/blocks.v
3736examples/flow_of_control/loop_returning_from_loops.v
3837examples/flow_of_control/match_destructuring_arrays_slices.v
3938examples/flow_of_control/match_destructuring_tuples.v
@@ -54,7 +53,6 @@ examples/functions/functions_closures_type_anonymity_define.v
5453examples/functions/functions_closures.v
5554examples/functions/functions.v
5655examples/functions/higher_order_functions.v
57- examples/generics/generics_associated_types_problem.v
5856examples/generics/generics_bounds.v
5957examples/generics/generics_implementation.v
6058examples/generics/generics_multiple_bounds.v
@@ -123,7 +121,6 @@ examples/traits/iterators.v
123121examples/traits/returning_traits_with_dyn.v
124122examples/traits/supertraits.v
125123examples/traits/traits.v
126- examples/types/inference.v
127124examples/unsafe_operations/calling_unsafe_functions.v
128125examples/unsafe_operations/inline_assembly_clobbered_registers.v
129126examples/unsafe_operations/inline_assembly_explicit_register_operands.v
0 commit comments