Added support for `noclippy` tag (#824)

* Added support for `noclippy` tag

* Regenerate documentation

* Added regression tests for `noclippy` tag.

* Fixed typo

* Fixed bad cherry-pick
diff --git a/docs/rust_clippy.vm b/docs/rust_clippy.vm
index e059e8d..d444a04 100644
--- a/docs/rust_clippy.vm
+++ b/docs/rust_clippy.vm
@@ -20,3 +20,5 @@
 ```
 
 This will enable clippy on all [Rust targets](./defs.md).
+
+Note that targets tagged with `noclippy` will not perform clippy checks