diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-11 13:37:28 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-11 13:37:28 +0000 |
commit | 8ad325a8062b63e62bbbc3b0e6c45c1fe0954cc7 (patch) | |
tree | c8348ebebe475f931d74ffb2c7512f060950dfc1 /crates/completion/src/generated_lint_completions.rs | |
parent | b84c49b9af92af628019fbcb11898be117af4f97 (diff) | |
parent | 8584d269262e73aa7c3ebe25b1d61483375de267 (diff) | |
parent | f7af0b4b969aa1ba85744f082a30af808a684d7c (diff) | |
parent | 2d0464a6f3c572d7736670c22c71efe8aca93749 (diff) | |
parent | 1da68e87af7b78257adaad27f266f4f50ac4588c (diff) |
Merge #7051 #7219 #7245 #7246
7051: Check dbg! macro in tidy_test r=matklad a=edwin0cheng
Same as `check_todo` but for dbg! macro
r? @matklad
7219: Refactor rename name checking r=matklad a=Veykril
Improves the user facing error messages a bit and prevents renaming to `_` when the name is referenced as this would change source to not compile anymore since `_` is only a pattern, not a proper identifier.
7245: Encourage gifs r=matklad a=matklad
bors r+
🤖
7246: Unfreeze cargo_metadata r=matklad a=kjeremy
It now pulls in a newer version of semver-parser.
This does add a dependency on `cargo-platform` in the interest of correctness.
Co-authored-by: Edwin Cheng <[email protected]>
Co-authored-by: Lukas Wirth <[email protected]>
Co-authored-by: Aleksey Kladov <[email protected]>
Co-authored-by: kjeremy <[email protected]>