Skip to content

Commit

Permalink
Unstable lint removed (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX authored Jun 7, 2024
1 parent 171029b commit 0c7c762
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 @@ -74,7 +74,6 @@ the [`TestRepos`] struct to creat temporary git repositories useful for `vergen-
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
mut_preserve_binding_mode_2024,
non_exhaustive_omitted_patterns_lint,
rustdoc_missing_doc_code_examples,
strict_provenance,
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 @@ -254,7 +254,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
mut_preserve_binding_mode_2024,
non_exhaustive_omitted_patterns_lint,
rustdoc_missing_doc_code_examples,
strict_provenance,
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 @@ -254,7 +254,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
mut_preserve_binding_mode_2024,
non_exhaustive_omitted_patterns_lint,
rustdoc_missing_doc_code_examples,
strict_provenance,
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 @@ -254,7 +254,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
mut_preserve_binding_mode_2024,
non_exhaustive_omitted_patterns_lint,
rustdoc_missing_doc_code_examples,
strict_provenance,
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 @@ -16,7 +16,6 @@
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
mut_preserve_binding_mode_2024,
non_exhaustive_omitted_patterns_lint,
rustdoc_missing_doc_code_examples,
strict_provenance,
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 @@ -106,7 +106,6 @@ assert!(!buf.is_empty());
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
mut_preserve_binding_mode_2024,
non_exhaustive_omitted_patterns_lint,
rustdoc_missing_doc_code_examples,
strict_provenance,
Expand Down
1 change: 0 additions & 1 deletion vergen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ let build = BuildBuilder::default().build_timestamp(true).build()?;"##
lint_reasons,
multiple_supertrait_upcastable,
must_not_suspend,
mut_preserve_binding_mode_2024,
non_exhaustive_omitted_patterns_lint,
rustdoc_missing_doc_code_examples,
strict_provenance,
Expand Down

0 comments on commit 0c7c762

Please sign in to comment.