Fix doc test.
This commit is contained in:
parent
a95ef4c255
commit
772087513a
@ -490,7 +490,7 @@ impl Module {
|
|||||||
/// let mut module = Module::new();
|
/// let mut module = Module::new();
|
||||||
/// module.set_doc("//! This is my special module.");
|
/// module.set_doc("//! This is my special module.");
|
||||||
/// assert_eq!(module.doc(), "//! This is my special module.");
|
/// assert_eq!(module.doc(), "//! This is my special module.");
|
||||||
/// module.clear_id();
|
/// module.clear_doc();
|
||||||
/// assert_eq!(module.doc(), "");
|
/// assert_eq!(module.doc(), "");
|
||||||
/// ```
|
/// ```
|
||||||
#[cfg(feature = "metadata")]
|
#[cfg(feature = "metadata")]
|
||||||
|
Loading…
Reference in New Issue
Block a user