Skip to content

Commit

Permalink
Removed lint that was converted to a hard error
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Aug 6, 2024
1 parent 6468410 commit 94104f2
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion test_util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ the [`TestRepos`] struct to creat temporary git repositories useful for `vergen-
bad_asm_style,
bare_trait_objects,
break_with_label_and_loop,
byte_slice_in_packed_struct_with_derive,
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
Expand Down
1 change: 0 additions & 1 deletion vergen-git2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
bad_asm_style,
bare_trait_objects,
break_with_label_and_loop,
byte_slice_in_packed_struct_with_derive,
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
Expand Down
1 change: 0 additions & 1 deletion vergen-gitcl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
bad_asm_style,
bare_trait_objects,
break_with_label_and_loop,
byte_slice_in_packed_struct_with_derive,
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
Expand Down
1 change: 0 additions & 1 deletion vergen-gix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
bad_asm_style,
bare_trait_objects,
break_with_label_and_loop,
byte_slice_in_packed_struct_with_derive,
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
Expand Down
1 change: 0 additions & 1 deletion vergen-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
bad_asm_style,
bare_trait_objects,
break_with_label_and_loop,
byte_slice_in_packed_struct_with_derive,
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
Expand Down
1 change: 0 additions & 1 deletion vergen-pretty/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ assert!(!buf.is_empty());
bad_asm_style,
bare_trait_objects,
break_with_label_and_loop,
byte_slice_in_packed_struct_with_derive,
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
Expand Down
1 change: 0 additions & 1 deletion vergen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
bad_asm_style,
bare_trait_objects,
break_with_label_and_loop,
byte_slice_in_packed_struct_with_derive,
clashing_extern_declarations,
coherence_leak_check,
confusable_idents,
Expand Down

0 comments on commit 94104f2

Please # to comment.