Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Precedence of method calls #225

Open
antoyo opened this issue Dec 6, 2018 · 1 comment
Open

Precedence of method calls #225

antoyo opened this issue Dec 6, 2018 · 1 comment

Comments

@antoyo
Copy link

antoyo commented Dec 6, 2018

Hi.
It seems there is a wrong precedence for method calls.
For instance, this:

arg_parser.parse().unwrap()

is parsed as:

arg_parser(.parse().unwrap())

instead of:

(arg_parser.parse()).unwrap()

Can you please fix this issue?
Thanks.

@jrfondren
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants