We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2d493 commit eacb593Copy full SHA for eacb593
lambda-runtime-api-client/src/lib.rs
@@ -22,6 +22,7 @@ pub use error::*;
22
pub mod body;
23
24
#[cfg(feature = "tracing")]
25
+#[cfg_attr(docsrs, doc(cfg(feature = "tracing")))]
26
pub mod tracing;
27
28
/// API client to interact with the AWS Lambda Runtime API.
0 commit comments