Add support for clippy.toml configuration file

Summary: I am interested in running clippy under buck2 in CI for https://github.com/dtolnay/cxx, but I need it to be configured with `msrv = "..."` the same as my Cargo builds.

Reviewed By: diliop

Differential Revision: D43991741

fbshipit-source-id: c9a6a923651cebf5f24a48c6cd5daac0631cb763
This commit is contained in:
David Tolnay 2023-03-10 19:22:46 -08:00 committed by Facebook GitHub Bot
parent d5cc9ef116
commit b7afcb19bb

View file

@ -0,0 +1 @@
too-many-lines-threshold = 200