Skip to content

Commit

Permalink
Updating doc tests
Browse files Browse the repository at this point in the history
( Raised rust-lang/rust#87022 - cargo check should check these.)
  • Loading branch information
gilescope committed Jul 10, 2021
1 parent c440121 commit 2be2586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/consensus/api/src/import_queue/buffered_link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
//! # Example
//!
//! ```
//! use sp_consensus::import_queue::Link;
//! # use sp_consensus::import_queue::buffered_link::buffered_link;
//! use sc_consensus_api::import_queue::Link;
//! # use sc_consensus_api::import_queue::buffered_link::buffered_link;
//! # use sp_test_primitives::Block;
//! # struct DummyLink; impl Link<Block> for DummyLink {}
//! # let mut my_link = DummyLink;
Expand Down

0 comments on commit 2be2586

Please sign in to comment.