commit | f08e94d2d68a606d6578ceee0cf931d156f022eb | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 16:46:21 2020 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 16:50:06 2020 -0800 |
tree | 6d9c6b8eeaaf0f36bff31f28c4d1177884676025 | |
parent | 2b0b6587e576c190aeff2a854b57f3b5b558e4f5 [diff] |
Update attrs::Parser intended usage comment
diff --git a/syntax/attrs.rs b/syntax/attrs.rs index 0d00f22..9a6be92 100644 --- a/syntax/attrs.rs +++ b/syntax/attrs.rs
@@ -13,9 +13,9 @@ // let mut cxx_name = None; // let mut rust_name = None; // /* ... */ -// attrs::parse( +// let attrs = attrs::parse( // cx, -// &item.attrs, +// item.attrs, // attrs::Parser { // doc: Some(&mut doc), // cxx_name: Some(&mut cxx_name),