diff --git a/tools/rust/ossconfigs/clippy.toml b/tools/rust/ossconfigs/clippy.toml deleted file mode 100644 index 3c34d52..0000000 --- a/tools/rust/ossconfigs/clippy.toml +++ /dev/null @@ -1,5 +0,0 @@ -too-many-lines-threshold = 200 -await-holding-invalid-types = [ - { path = "tracing::span::Entered", reason = "`Entered` is not aware when a function is suspended: https://docs.rs/tracing/latest/tracing/struct.Span.html#in-asynchronous-code" }, - { path = "tracing::span::EnteredSpan", reason = "`EnteredSpan` is not aware when a function is suspended: https://docs.rs/tracing/latest/tracing/struct.Span.html#in-asynchronous-code" }, -]