Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
14 commits in b1feb75d062444e2cee8b3d2aaa95309d65e9ccd..4dcbca118ab7f9ffac4728004c983754bc6a04ff
2024-06-07 20:16:17 +0000 to 2024-06-11 16:27:02 +0000
__CARGO_GITOXIDE_DISABLE_LIST_FILES
env var (fix: remove__CARGO_GITOXIDE_DISABLE_LIST_FILES
env var cargo#14036)lib.plugin
key support and make it warning (fix(toml): removelib.plugin
key support and make it warning cargo#13902)--release/debug
and--profile
together becomes an error (fix: using--release/debug
and--profile
together becomes an error cargo#13971)licence
andreadme
files do not exist into errors (fix(toml): Convert warnings thatlicence
andreadme
files do not exist into errors cargo#13921)r? ghost