File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ name: Check rustdocs
55on :
66 push :
77 paths :
8- - ' lambda*'
8+ - ' lambda-runtime/**'
9+ - ' lambda-runtime-api-client/**'
10+ - ' lambda-http/**'
11+ - ' lambda-events/**'
12+ - ' lambda-extension/**'
913 - ' Cargo.toml'
1014
1115 pull_request :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pub use telemetry::*;
2424/// Include several request builders to interact with the Extension API.
2525pub mod requests;
2626
27- /// Utilities to initialize and use `tracing` and `tracing-subscriber` in Lambda Functions.
27+ /// Utilities to initialize and use `tracing` and `tracing-subscriber` in Lambda Functions. Foo
2828#[ cfg( feature = "tracing" ) ]
2929pub use lambda_runtime_api_client:: tracing;
3030
You can’t perform that action at this time.
0 commit comments