Skip to content

Commit d80c6c9

Browse files
committed
ci: clean blacklist for axiom mode files
1 parent a00d823 commit d80c6c9

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

CoqOfRust/blacklist.txt

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -143,74 +143,30 @@ examples/unsafe_operations/inline_assembly_symbol_operands_and_abi_clobbers.v
143143
examples/unsafe_operations/inline_assembly.v
144144
examples/unsafe_operations/raw_pointers.v
145145
examples/variable_bindings/declare_first.v
146-
examples_axiomatized/conversion/from.v
147-
examples_axiomatized/conversion/into.v
148-
examples_axiomatized/conversion/try_from_and_try_into.v
149-
examples_axiomatized/conversion/try_from_and_try_into.v
150146
examples_axiomatized/custom_types/enums_testcase_linked_list.v
151-
examples_axiomatized/custom_types/structures.v
152147
examples_axiomatized/error_handling/boxing_errors.v
153-
examples_axiomatized/error_handling/early_returns.v
154-
examples_axiomatized/error_handling/introducing_question_mark_is_an_replacement_for_deprecated_try.v
155-
examples_axiomatized/error_handling/introducing_question_mark.v
156-
examples_axiomatized/error_handling/map_in_result_via_combinators.v
157-
examples_axiomatized/error_handling/map_in_result_via_match.v
158-
examples_axiomatized/error_handling/multiple_error_types.v
159148
examples_axiomatized/error_handling/other_uses_of_question_mark.v
160-
examples_axiomatized/error_handling/pulling_results_out_of_options_with_stop_error_processing.v
161-
examples_axiomatized/error_handling/pulling_results_out_of_options.v
162-
examples_axiomatized/error_handling/result_use_in_main.v
163149
examples_axiomatized/error_handling/unpacking_options_via_question_mark.v
164150
examples_axiomatized/error_handling/wrapping_errors.v
165151
examples_axiomatized/functions/functions_closures_as_input_parameters.v
166152
examples_axiomatized/functions/functions_closures_as_output_parameters.v
167153
examples_axiomatized/functions/functions_closures_input_functions.v
168154
examples_axiomatized/functions/functions_closures_type_anonymity_define_and_use.v
169-
examples_axiomatized/functions/functions_closures_type_anonymity_define.v
170-
examples_axiomatized/generics/generics_associated_types_problem.v
171-
examples_axiomatized/generics/generics_associated_types_problem.v
172-
examples_axiomatized/generics/generics_associated_types_solution.v
173-
examples_axiomatized/generics/generics_associated_types_solution.v
174-
examples_axiomatized/generics/generics_bounds_test_case_empty_bounds.v
175155
examples_axiomatized/generics/generics_bounds.v
176-
examples_axiomatized/generics/generics_functions.v
177-
examples_axiomatized/generics/generics_functions.v
178156
examples_axiomatized/generics/generics_implementation.v
179-
examples_axiomatized/generics/generics_multiple_bounds.v
180-
examples_axiomatized/generics/generics_phantom_type_test_case_unit_clarification.v
181-
examples_axiomatized/generics/generics_phantom_type.v
182-
examples_axiomatized/generics/generics.v
183-
examples_axiomatized/generics/generics.v
184157
examples_axiomatized/modules/struct_visibility.v
185-
examples_axiomatized/modules/super_and_self.v
186-
examples_axiomatized/modules/the_use_as_declaration.v
187158
examples_axiomatized/modules/visibility.v
188-
examples_axiomatized/primitives/arrays_and_slices.v
189-
examples_axiomatized/scoping_rules/scoping_rules_borrowing_mutablity.v
190-
examples_axiomatized/scoping_rules/scoping_rules_borrowing_the_ref_pattern.v
191-
examples_axiomatized/scoping_rules/scoping_rules_lifetimes_bounds.v
192-
examples_axiomatized/scoping_rules/scoping_rules_lifetimes_structs.v
193-
examples_axiomatized/scoping_rules/scoping_rules_lifetimes_traits.v
194159
examples_axiomatized/scoping_rules/scoping_rules_ownership_and_rules_partial_moves.v
195160
examples_axiomatized/scoping_rules/scoping_rules_raii_desctructor.v
196-
examples_axiomatized/std_library_types/box_stack_heap.v
197-
examples_axiomatized/std_library_types/hash_map_alternate_or_custom_key_types.v
198161
examples_axiomatized/std_misc/file_io_read_lines_efficient_method.v
199162
examples_axiomatized/std_misc/file_io_read_lines.v
200163
examples_axiomatized/std_misc/filesystem_operations.v
201164
examples_axiomatized/std_misc/foreign_function_interface.v
202165
examples_axiomatized/subtle.v
203-
examples_axiomatized/subtle.v
204-
examples_axiomatized/traits/clone.v
205-
examples_axiomatized/traits/derive.v
206-
examples_axiomatized/traits/derive.v
207166
examples_axiomatized/traits/drop.v
208-
examples_axiomatized/traits/hash.v
209167
examples_axiomatized/traits/impl_trait_as_return_type.v
210168
examples_axiomatized/traits/iterators.v
211169
examples_axiomatized/traits/returning_traits_with_dyn.v
212-
examples_axiomatized/traits/returning_traits_with_dyn.v
213-
examples_axiomatized/traits/returning_traits_with_dyn.v
214170
examples_axiomatized/traits/supertraits.v
215171
ink/erc20.v
216172
_std/iter_type.v

0 commit comments

Comments
 (0)