]> git.lizzy.rs Git - rust.git/commit
Fix typo in example codes of "matches" lints
authorTakuma YOSHIOKA <tashioka.256@gmail.com>
Sun, 18 Sep 2016 11:17:25 +0000 (20:17 +0900)
committerTakuma YOSHIOKA <tashioka.256@gmail.com>
Sun, 18 Sep 2016 11:17:25 +0000 (20:17 +0900)
commit7b6a60ca69cdb4e8e6e875798b272041d25d49ed
treee3edcc5af88b041a12b9ab0d13ea49445ba5d1bf
parentb8b3eb9bf1cec86f8835461d47750c38d6e99a95
Fix typo in example codes of "matches" lints

Use `=>` for match arms (instead of wrong `->`).
clippy_lints/src/matches.rs