Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #6293 - Urcra:lint-example-fix, r=flip1995
Fix example used in cargo_common_metadata The previous example used in `cargo_common_metadata` included an authors field, even though the comment says it doesn't. And thus doesn't actually demonstrate an example of how the lint fails. This removes that authors field from the _bad_ example and suggest to fix the _bad_ example by adding the authors field changelog: Fix example used in `cargo_common_metadata`
- Loading branch information