]> git.lizzy.rs Git - rust.git/commit
Add lint writing documentation
authorPhilipp Hansch <dev@phansch.net>
Tue, 26 Feb 2019 19:55:17 +0000 (20:55 +0100)
committerPhilipp Hansch <dev@phansch.net>
Sun, 3 Mar 2019 14:03:25 +0000 (15:03 +0100)
commit12b269663485955176613a8f2e3f101793f65fda
tree0656795c3a014392be4f71fd266323bd69deaf15
parent9d1792a4265c3645d716c5bf085c07be8749332a
Add lint writing documentation

This adds a new documentation page that explains how to write Clippy
lints. It guides the reader through creating a `foo` function lint.
doc/adding_lints.md [new file with mode: 0644]