We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a4163 commit d817e23Copy full SHA for d817e23
1 file changed
lambda-runtime/Cargo.toml
@@ -14,6 +14,9 @@ categories = ["web-programming::http-server"]
14
keywords = ["AWS", "Lambda", "API"]
15
readme = "../README.md"
16
17
+[lints.rust]
18
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }
19
+
20
[features]
21
default = ["tracing"]
22
tracing = ["lambda_runtime_api_client/tracing"] # enables access to the Tracing utilities
0 commit comments