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

rustpkg: Search for packages correctly when using the rust_path_hack #9498

Merged
merged 2 commits into from
Sep 25, 2013

Conversation

catamorphism
Copy link
Contributor

Previously, any package would match any other package ID when searching
using the rust_path_hack, so long as the directory had one or more crate
files in it. Now, rustpkg checks that the parent directory matches the
package ID.

Closes rust-lang#9273
@flaper87
Copy link
Contributor

FWIW, r+

bors added a commit that referenced this pull request Sep 25, 2013
@bors bors closed this Sep 25, 2013
@bors bors merged commit 667adad into rust-lang:master Sep 25, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 6, 2022
…rednet

[`nonstandard_macro_braces`] Do not modify macro arguments

fix rust-lang#9498

based on top of rust-lang/rust-clippy#9471

Also simplify the lint by not caring about code format which should be `rustfmt` job, and turn the lint into machine Applicable

changelog: Suggestion: [`nonstandard_macro_braces`]: The suggestion is now machine applicable and will no longer replace brackets inside the macro argument.
  [rust-lang#9499](rust-lang/rust-clippy#9499)
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.

5 participants