diff options
Diffstat (limited to 'third_party/rust/darling/clippy.toml')
-rw-r--r-- | third_party/rust/darling/clippy.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/rust/darling/clippy.toml b/third_party/rust/darling/clippy.toml new file mode 100644 index 0000000000..ce89b55090 --- /dev/null +++ b/third_party/rust/darling/clippy.toml @@ -0,0 +1,2 @@ +msrv = "1.31.0" +disallowed-names = [] # we want to be able to use placeholder names in tests
\ No newline at end of file |