| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-20 | Add "dereference boxed value" suggestion. | David Wood | -0/+31 | |
| This commit adds a `help: consider dereferencing the boxed value` suggestion to discriminants of match statements when the match arms have type `T` and the discriminant has type `Box<T>`. | ||||
