Skip to content

Commit

Permalink
fix: ignore illustrative examples in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Nov 29, 2024
1 parent d4156cd commit 9cf0f0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/firehose_v2/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl SingleBlockRequest {
///
/// # Example
///
/// ```rust
/// ```rust,ignore
/// use firehose_client::HasNumberOrSlot;
///
/// #[derive(Clone)]
Expand Down Expand Up @@ -98,7 +98,7 @@ pub trait HasNumberOrSlot: Clone + Send + 'static {
///
/// # Example
///
/// ```rust,
/// ```rust,ignore
/// use firehose_client::FromResponse;
/// use firehose_protos::Response;
///
Expand All @@ -123,7 +123,7 @@ pub trait HasNumberOrSlot: Clone + Send + 'static {
/// methods, such as `stream_blocks`, allowing these methods to work with
/// different block types by specifying the type parameter:
///
/// ```rust
/// ```rust, ignore
/// let stream = client
/// .stream_blocks_generic::<FirehoseBeaconBlock>(start, total)
/// .await?;
Expand Down

0 comments on commit 9cf0f0e

Please sign in to comment.