about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/redundant_semicolon.rs
AgeCommit message (Expand)AuthorLines
2020-11-27Don't lint on redundant semicolons after item statementsAaron Hill-3/+18
2020-11-02Treat trailing semicolon as a statement in macro callAaron Hill-0/+5
2020-09-13Auto-generate lint documentation.Eric Huss-0/+15
2020-08-30mv compiler to compiler/mark-0/+41