fixed markdown rendering a H1 in comment
This commit is contained in:
@@ -47,8 +47,8 @@ pub trait AttrMetaMethods {
|
|||||||
name == self.name().get()
|
name == self.name().get()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Retrieve the name of the meta item, e.g. foo in #[foo],
|
/// Retrieve the name of the meta item, e.g. `foo` in `#[foo]`,
|
||||||
/// #[foo="bar"] and #[foo(bar)]
|
/// `#[foo="bar"]` and `#[foo(bar)]`
|
||||||
fn name(&self) -> InternedString;
|
fn name(&self) -> InternedString;
|
||||||
|
|
||||||
/// Gets the string value if self is a MetaNameValue variant
|
/// Gets the string value if self is a MetaNameValue variant
|
||||||
|
|||||||
Reference in New Issue
Block a user