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 27, 2024
1 parent b2c70c7 commit c164933
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 @@ -229,7 +229,6 @@ the [`TestRepos`] struct to creat temporary git repositories useful for `vergen-
variant_size_differences,
wasm_c_abi,
while_true,
writes_through_immutable_pointer,
)
)]
// If nightly and unstable, allow `incomplete_features` and `unstable_features`
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 @@ -409,7 +409,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
variant_size_differences,
wasm_c_abi,
while_true,
writes_through_immutable_pointer,
)
)]
#![cfg_attr(all(nightly), allow(unstable_features))]
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 @@ -409,7 +409,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
variant_size_differences,
wasm_c_abi,
while_true,
writes_through_immutable_pointer,
)
)]
#![cfg_attr(all(nightly), allow(unstable_features))]
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 @@ -409,7 +409,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
variant_size_differences,
wasm_c_abi,
while_true,
writes_through_immutable_pointer,
)
)]
#![cfg_attr(all(nightly), allow(unstable_features))]
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 @@ -171,7 +171,6 @@
variant_size_differences,
wasm_c_abi,
while_true,
writes_through_immutable_pointer,
)
)]
#![cfg_attr(all(nightly), allow(unstable_features))]
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 @@ -261,7 +261,6 @@ assert!(!buf.is_empty());
variant_size_differences,
wasm_c_abi,
while_true,
writes_through_immutable_pointer,
)
)]
#![cfg_attr(all(nightly), allow(unstable_features))]
Expand Down
1 change: 0 additions & 1 deletion vergen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
variant_size_differences,
wasm_c_abi,
while_true,
writes_through_immutable_pointer,
)
)]
#![cfg_attr(all(nightly), allow(unstable_features))]
Expand Down

0 comments on commit c164933

Please sign in to comment.