cuviper / autocfg

Automatic cfg for Rust compiler features
Apache License 2.0
95 stars 24 forks source link

--cap-lints=allow #44

Open CAD97 opened 2 years ago

CAD97 commented 2 years ago

Closes #41.

There is a tradeoff here: this means that a probe can no longer test if something is denied by a lint rather than a hard error. However, I think this is the right default.