Skip to content

Commit

Permalink
fix: add regular lib.rs header
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed May 31, 2024
1 parent c978ab9 commit fd766e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/rpc/rpc-server-types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
//! Reth RPC server types.

#![doc(
html_logo_url = "https://raw.githubusercontent.com/paradigmxyz/reth/main/assets/reth-docs.png",
html_favicon_url = "https://avatars0.githubusercontent.com/u/97369466?s=256",
issue_tracker_base_url = "https://github.com/paradigmxyz/reth/issues/"
)]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]

/// Common RPC constants.
pub mod constants;

0 comments on commit fd766e9

Please sign in to comment.