We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9feef91 + b97648a commit 2e91154Copy full SHA for 2e91154
src/container/args.rs
@@ -64,7 +64,7 @@ impl <'r> Deref for Arg<'r> {
64
65
66
impl <'r> AsRef<for <'t> Type<'t> + 'r> for Arg<'r> {
67
- fn as_ref(&self) -> & for <'t> Type<'t> + 'r {
+ fn as_ref(&self) -> &(for <'t> Type<'t> + 'r) {
68
&**self
69
}
70
0 commit comments