Skip to content

Commit

Permalink
Removed lints causing ICE
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Mar 14, 2024
1 parent 9e75240 commit 5ba0529
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 15 deletions.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[workspace]
resolver = "2"

members = ["test_util", "vergen", "vergen-git2", "vergen-gitcl", "vergen-gix", "vergen-lib", "vergen-pretty"]
members = [
"test_util",
"vergen",
"vergen-git2",
"vergen-gitcl",
"vergen-gix",
"vergen-lib",
"vergen-pretty",
]
3 changes: 1 addition & 2 deletions test_util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ the [`TestRepos`] struct to creat temporary git repositories useful for `vergen-
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
diagnostic_namespace,
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
Expand Down Expand Up @@ -246,7 +245,7 @@ the [`TestRepos`] struct to creat temporary git repositories useful for `vergen-
must_not_suspend,
non_exhaustive_omitted_patterns,
unfulfilled_lint_expectations,
unknown_or_malformed_diagnostic_attributes,
// unknown_or_malformed_diagnostic_attributes,
unnameable_types,
)
)]
Expand Down
3 changes: 1 addition & 2 deletions vergen-git2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
diagnostic_namespace,
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
Expand Down Expand Up @@ -426,7 +425,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
must_not_suspend,
non_exhaustive_omitted_patterns,
unfulfilled_lint_expectations,
unknown_or_malformed_diagnostic_attributes,
// unknown_or_malformed_diagnostic_attributes,
unnameable_types,
)
)]
Expand Down
3 changes: 1 addition & 2 deletions vergen-gitcl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
diagnostic_namespace,
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
Expand Down Expand Up @@ -426,7 +425,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
must_not_suspend,
non_exhaustive_omitted_patterns,
unfulfilled_lint_expectations,
unknown_or_malformed_diagnostic_attributes,
// unknown_or_malformed_diagnostic_attributes,
unnameable_types,
)
)]
Expand Down
3 changes: 1 addition & 2 deletions vergen-gix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
diagnostic_namespace,
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
Expand Down Expand Up @@ -426,7 +425,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
must_not_suspend,
non_exhaustive_omitted_patterns,
unfulfilled_lint_expectations,
unknown_or_malformed_diagnostic_attributes,
// unknown_or_malformed_diagnostic_attributes,
unnameable_types,
)
)]
Expand Down
3 changes: 1 addition & 2 deletions vergen-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
diagnostic_namespace,
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
Expand Down Expand Up @@ -188,7 +187,7 @@
must_not_suspend,
non_exhaustive_omitted_patterns,
unfulfilled_lint_expectations,
unknown_or_malformed_diagnostic_attributes,
// unknown_or_malformed_diagnostic_attributes,
unnameable_types,
)
)]
Expand Down
3 changes: 1 addition & 2 deletions vergen-pretty/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ assert!(!buf.is_empty());
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
diagnostic_namespace,
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
Expand Down Expand Up @@ -278,7 +277,7 @@ assert!(!buf.is_empty());
must_not_suspend,
non_exhaustive_omitted_patterns,
unfulfilled_lint_expectations,
unknown_or_malformed_diagnostic_attributes,
// unknown_or_malformed_diagnostic_attributes,
unnameable_types,
)
)]
Expand Down
3 changes: 1 addition & 2 deletions vergen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
#![cfg_attr(
all(feature = "unstable", nightly),
feature(
diagnostic_namespace,
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
Expand Down Expand Up @@ -472,7 +471,7 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
must_not_suspend,
non_exhaustive_omitted_patterns,
unfulfilled_lint_expectations,
unknown_or_malformed_diagnostic_attributes,
// unknown_or_malformed_diagnostic_attributes,
unnameable_types,
)
)]
Expand Down

0 comments on commit 5ba0529

Please sign in to comment.