]> git.lizzy.rs Git - rust.git/commit
Remove explicit visit_qpath method
authorGuillem Nieto <gnieto.talo@gmail.com>
Sat, 24 Feb 2018 18:34:51 +0000 (19:34 +0100)
committerGuillem Nieto <gnieto.talo@gmail.com>
Sat, 24 Feb 2018 18:34:51 +0000 (19:34 +0100)
commit3ac84b2542ec1c4caeab54239c67202113c82ea0
tree6ae7c2788dd5740c0d10f5e50a595cd733f82d91
parent8494f57c82f6a1ff79a1065c8025f7e68dbe26de
Remove explicit visit_qpath method

Instead of replacing the default behaviour of the visit_qpath method,
I've moved the printing code to private method of PrintVisitor
(print_qpath).
clippy_lints/src/utils/author.rs