Skip to content

Commit 58d88cb

Browse files
committed
fix(rengine): add ignore to a code snippet
1 parent c88fe4a commit 58d88cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-engine/src/names.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! `the_function_add` symbols.
1616
//!
1717
//! As an example, the names `std::option::Option::Some` and `None` will be provided by this module as:
18-
//! ```rust
18+
//! ```rust,ignore
1919
//! mod std {
2020
//! mod option {
2121
//! mod Option {

0 commit comments

Comments
 (0)