Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Mark McCormick <[email protected]>
  • Loading branch information
mamccorm committed Oct 8, 2024
1 parent b4b5218 commit be5ae72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions marzano.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ pipeline:
expected-commit: 1146594a2c0d0286bf3b105c2414e046251e6e01
recurse-submodules: true

# Fixes incorrect?? feature references in various Cargo.toml files.
# The "dep:" syntax used for optional dependencies in feature definitions does not create
# implicit features. By removing "dep:" from these entries, we correctly reference the optional
# Fixes incorrect?? feature references in various Cargo.toml files.
# The "dep:" syntax used for optional dependencies in feature definitions does not create
# implicit features. By removing "dep:" from these entries, we correctly reference the optional
# dependencies and enable the necessary features for building the project.
- uses: patch
with:
Expand Down

0 comments on commit be5ae72

Please sign in to comment.