We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c992349 commit 34c3f3fCopy full SHA for 34c3f3f
1 file changed
cpp_common/src/lib.rs
@@ -225,7 +225,7 @@ pub enum Macro {
225
}
226
227
impl Parse for Macro {
228
- ///! Parse the inside of a `cpp!` macro (a literal or a closure)
+ /// Parse the inside of a `cpp!` macro (a literal or a closure)
229
fn parse(input: ParseStream) -> Result<Self> {
230
if input.peek(syn::token::Brace) {
231
let content;
0 commit comments