Fixing doc test for queue

This commit is contained in:
Tomasz Drwięga 2016-03-08 12:42:32 +01:00
parent 655bb0ed5d
commit 799d3bd2c8

View File

@ -68,7 +68,7 @@
//! assert_eq!(txq.status().future, 1); //! assert_eq!(txq.status().future, 1);
//! assert_eq!(txq.top_transactions(3).len(), 0); //! assert_eq!(txq.top_transactions(3).len(), 0);
//! } //! }
//! //! ```
//! //!
//! # Maintaing valid state //! # Maintaing valid state
//! //!