Skip to content

Commit

Permalink
chore: readd docs_rs macros
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Aug 23, 2024
1 parent c620b33 commit b7a79fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/hera/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#![doc = include_str!("../README.md")]
#![doc(issue_tracker_base_url = "https://github.com/paradigmxyz/op-rs/issues/")]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]

use clap::Parser;
use eyre::Result;

Expand Down

0 comments on commit b7a79fc

Please sign in to comment.