Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

chore(clippy): add some deny lints #1064

Merged
merged 14 commits into from
Mar 19, 2022
Merged

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Mar 19, 2022

Motivation

add #![deny(missing_docs, unsafe_code, unused_crate_dependencies)] where possible

I haven't figured out how to make unused_crate_dependencies also work in test because this is a total nightmare because there are no dev-features so not sure how to enable test deps based on features...
So ended up removing this for crates that violate unused_crate_dependencies in test

Also fixed some cargo doc intra doc link issues.

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

ethers-contract/Cargo.toml Show resolved Hide resolved
ethers-core/Cargo.toml Show resolved Hide resolved
@gakonst gakonst merged commit 916e9a7 into gakonst:master Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants