Skip to content

Commit

Permalink
Fix feature order in dylint/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 26, 2024
1 parent b2c27a3 commit 7192147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dylint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ dylint_internal = { version = "=3.3.0", path = "../internal", features = [
default = []
library_packages = ["__cargo_cli"]
package_options = [
"heck",
"if_chain",
"dylint_internal/clippy_utils",
"dylint_internal/git",
"heck",
"if_chain",
"rewriter",
]
__cargo_cli = [
Expand Down

0 comments on commit 7192147

Please sign in to comment.