Skip to content

Commit

Permalink
fix cargo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed May 30, 2024
1 parent 24414ff commit b687443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo docs --document-private-items
- run: cargo doc --document-private-items --no-deps
env:
# Keep in sync with ./book.yml:jobs.build
# This should only add `-D warnings`
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! This currently implements the following EIPs:
//! - [EIP-3074](https://eips.ethereum.org/EIPS/eip-3074): `AUTH` and `AUTHCALL` instructions. The
//! implementation is located in the [eip3074] module. The custom instruction context required for
//! implementation is located in the [instructions] module. The custom instruction context required for
//! `AUTH` and `AUTHCALL` is located in the [context] module.

#![cfg_attr(not(test), warn(unused_crate_dependencies))]
Expand Down

0 comments on commit b687443

Please sign in to comment.