Ignore a doc test
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
//! instances, and modules! Therefore, always use nested blocks to ensure
|
//! instances, and modules! Therefore, always use nested blocks to ensure
|
||||||
//! drops run before raising a trap:
|
//! drops run before raising a trap:
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```ignore
|
||||||
//! pub extern "C" fn my_lib_function(...) {
|
//! pub extern "C" fn my_lib_function(...) {
|
||||||
//! let result = {
|
//! let result = {
|
||||||
//! // Do everything in here so drops run at the end of the block.
|
//! // Do everything in here so drops run at the end of the block.
|
||||||
|
|||||||
Reference in New Issue
Block a user