We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88fe4a commit 58d88cbCopy full SHA for 58d88cb
rust-engine/src/names.rs
@@ -15,7 +15,7 @@
15
//! `the_function_add` symbols.
16
//!
17
//! As an example, the names `std::option::Option::Some` and `None` will be provided by this module as:
18
-//! ```rust
+//! ```rust,ignore
19
//! mod std {
20
//! mod option {
21
//! mod Option {
0 commit comments