Release refs/tags/v2.0.1
2.0.1
- Add macros
declare_late_lint!
, etc. todylint_linting
. The new macros make it easier to write libraries containing just one lint (the current common case). (#284) - Don't iterate over
name_toolchain_map
to list lints (1ad7da7)