We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59b504 commit 1c7b6eaCopy full SHA for 1c7b6ea
src/expand.rs
@@ -63,7 +63,7 @@ fn transform_sig(sig: &mut Signature, args: &RecursionArgs) {
63
if let FnArg::Typed(pt) = arg {
64
match pt.ty.as_mut() {
65
// rustc can give us a None-delimited group if this type comes from
66
- // a macro_rules macro. I don't this can happen for code the user has written.
+ // a macro_rules macro. I don't think this can happen for code the user has written.
67
Type::Group(tg) => {
68
if let Type::Reference(tr) = &mut *tg.elem {
69
ref_arguments.push(tr);
0 commit comments