From e82deba1b23f7a2b1309a212797a55c8ef040d8c Mon Sep 17 00:00:00 2001 From: Facebook Community Bot Date: Wed, 22 Nov 2023 08:02:20 -0800 Subject: [PATCH] Re-sync with internal repository (#120) The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging. --- tools/rust/ossconfigs/clippy.toml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tools/rust/ossconfigs/clippy.toml 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" }, -]