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

Fixes #6824 - Correct documentation of scan_number() grammar #6825

Merged
merged 1 commit into from
May 30, 2013

Conversation

caitp
Copy link

@caitp caitp commented May 30, 2013

Show int_suffix_size to appear 0 or 1 times
Show exponent | . dec_lit to appear 0 or 1 times, to show why 3f; is a valid number

Show `int_suffix_size` to appear 0 or 1 times
Show `exponent | . dec_lit` to appear 0 or 1 times, to show why `3f;` is a valid number
bors added a commit that referenced this pull request May 30, 2013
Show `int_suffix_size` to appear 0 or 1 times
Show `exponent | . dec_lit` to appear 0 or 1 times, to show why `3f;` is a valid number
@bors bors closed this May 30, 2013
@bors bors merged commit bfe141c into rust-lang:incoming May 30, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 11, 2021
…earth

Move naive_bytecount to pedantic

As discussed on Zulip, current best practice is to avoid recommending
external crates. This lint is from before that was enforced. Move it
to the pedantic group to avoid enabling it by default.

https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/naive_bytecount.20suggesting.20extra.20dependency

changelog: move [`naive_bytecount`] to pedantic
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

Successfully merging this pull request may close these issues.

3 participants