Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy::cargo_common_metadata: check for license-file
When license property is missing in Cargo.toml check for license-file as it may be used instead of the former. The check implemented here is very naive as it only verifies that the field is present and is not empty. More scrutiny can be applied by verifying the file is actually present. Fixes #4517
- Loading branch information