Skip to content

Commit

Permalink
docs: fix import path in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Nov 29, 2024
1 parent a221a2c commit 6158adb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
//!
//! ## Fetching an Ethereum Block
//!
//! ```no_run
//! ```rust,no_run
//! # use firehose_client::{Chain, FirehoseClient};
//! # use vee::EthBlock as Block;
//! # use vee::protos::EthBlock as Block;
//! # #[tokio::main]
//! # async fn main() -> Result<(), vee::ProtosError> {
//! let mut client = FirehoseClient::new(Chain::Ethereum);
Expand All @@ -29,7 +29,7 @@
//!
//! ## Streaming Ethereum Blocks
//!
//! ```no_run
//! ```rust,no_run
//! # use firehose_client::{Chain, FirehoseClient};
//! # use futures::StreamExt;
//! # #[tokio::main]
Expand Down

0 comments on commit 6158adb

Please sign in to comment.