Skip to content

Commit

Permalink
Ignore a doc test with Miri
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 17, 2022
1 parent eaed299 commit 2a77cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
//! Multi-send, multi-consumer example
//!
//! ```rust
//! # if cfg!(miri) { return } # Miri is too slow
//! use bus::Bus;
//! use std::thread;
//!
Expand Down

0 comments on commit 2a77cdb

Please sign in to comment.