Skip to content

Conversation

@basic-calculus
Copy link
Contributor

The only really tricky change is that a long chain of ifs, and elses
was turned into a single if, and a match in astencode.rs. Some methods
can only be called in certain cases, and so have to come after the if.

The only really tricky change is that a long chain of ifs, and elses
was turned into a single if, and a match in astencode.rs. Some methods
can only be called in certain cases, and so have to come after the if.
@brson
Copy link
Contributor

brson commented Jun 24, 2013

Taking this on my incoming branch.

@brson brson closed this Jun 24, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 17, 2021
Add disallowed_type lint, this adds a field to the conf struct

Fixes rust-lang#7277

changelog: Add ``[`disallowed_type`]`` a lint that can enforce banning types specified in the config.
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