fix rust plugin

This commit is contained in:
2023-09-18 13:19:58 +02:00
parent 5a80e98be9
commit 676368ec87
2 changed files with 34 additions and 2 deletions

View File

@ -7,6 +7,8 @@ return {
"--",
"-W", "clippy::pedantic",
"-W", "clippy::nursery",
"-W", "clippy::unwrap_used",
"-W", "clippy::expect_used",
},
},
},