Skip to content

Commit eacb593

Browse files
committed
chore(runtime-api-client/docs): add docs.rs metadata indicating that tracing module requires tracing feature
1 parent db2d493 commit eacb593

File tree

1 file changed

+1
-0
lines changed
  • lambda-runtime-api-client/src

1 file changed

+1
-0
lines changed

lambda-runtime-api-client/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub use error::*;
2222
pub mod body;
2323

2424
#[cfg(feature = "tracing")]
25+
#[cfg_attr(docsrs, doc(cfg(feature = "tracing")))]
2526
pub mod tracing;
2627

2728
/// API client to interact with the AWS Lambda Runtime API.

0 commit comments

Comments
 (0)