granite-rust/src/test/ui/path-lookahead.stderr

13 lines
354 B
Text
Raw Normal View History

warning: unnecessary parentheses around `return` value
2018-12-25 08:56:47 -07:00
--> $DIR/path-lookahead.rs:8:10
|
2019-03-09 15:03:44 +03:00
LL | return (<T as ToString>::to_string(&arg));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
|
note: lint level defined here
2018-12-25 08:56:47 -07:00
--> $DIR/path-lookahead.rs:3:9
|
LL | #![warn(unused_parens)]
| ^^^^^^^^^^^^^