Skip to content

Commit 4389ee3

Browse files
committed
auto merge of #19132 : sinistersnare/rust/patch-1, r=alexcrichton
Just used Githubs edit view, so I hope this works...
2 parents acfdb14 + f36ebb0 commit 4389ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/attr.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ pub trait AttrMetaMethods {
4747
name == self.name().get()
4848
}
4949

50-
/// Retrieve the name of the meta item, e.g. foo in #[foo],
51-
/// #[foo="bar"] and #[foo(bar)]
50+
/// Retrieve the name of the meta item, e.g. `foo` in `#[foo]`,
51+
/// `#[foo="bar"]` and `#[foo(bar)]`
5252
fn name(&self) -> InternedString;
5353

5454
/// Gets the string value if self is a MetaNameValue variant

0 commit comments

Comments
 (0)