aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/diagnostics/match_check/usefulness.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge #9260bors[bot]2021-06-141-1/+1
|\ | | | | | | | | | | | | | | 9260: tree-wide: make rustdoc links spiky so they are clickable r=matklad a=lf- Rustdoc was complaining about these while I was running with --document-private-items and I figure they should be fixed. Co-authored-by: Jade <[email protected]>
| * tree-wide: make rustdoc links spiky so they are clickableJade2021-06-141-1/+1
| |
* | clippy::redudant_borrowMaan20032021-06-131-3/+3
|/
* minor: Avoid eprintln on panicDawer2021-06-011-3/+2
|
* Expand fixme commentsDawer2021-05-311-1/+2
|
* Take substitutions into account.Dawer2021-05-311-1/+1
|
* eprint panic contextDawer2021-05-311-1/+8
|
* Box field detection; test #[non-exhaustive] attributeDawer2021-05-311-2/+2
|
* Replace the old match checking algorithmDawer2021-05-311-0/+1180