Ignore a doc test

This commit is contained in:
Nick Fitzgerald
2020-02-25 14:09:23 -08:00
parent ef0cabf8b4
commit 235833ab97

View File

@@ -19,7 +19,7 @@
//! instances, and modules! Therefore, always use nested blocks to ensure
//! drops run before raising a trap:
//!
//! ```
//! ```ignore
//! pub extern "C" fn my_lib_function(...) {
//! let result = {
//! // Do everything in here so drops run at the end of the block.