Commit a32a797
committed
Add documentation to the modules
1. Missing documentation for the trace module in lambda-runtime/src/layers/mod.rs:
• Added: /// Tracing utilities for Lambda runtime.
2. Missing documentation for the request_span function in lambda-runtime/src/layers/trace.rs:
• Added documentation explaining what the function does and its behavior with different context parameters1 parent c788636 commit a32a797
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
| |||
0 commit comments