We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff784ee commit 82ed6baCopy full SHA for 82ed6ba
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