File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ where
132132///
133133/// You can use this future to execute cleanup or flush related logic prior to runtime shutdown.
134134///
135- /// This function's returned future must be resolved prior to [ lambda_runtime::run()] .
135+ /// This function's returned future must be resolved prior to ` lambda_runtime::run()` .
136136///
137137/// Note that this implicitly also registers and drives a no-op internal extension that subscribes to no events.
138138/// This extension will be named `_lambda-rust-runtime-no-op-graceful-shutdown-helper`. This extension name
@@ -142,7 +142,7 @@ where
142142/// registered already, you might prefer to manually construct your own graceful shutdown handling without the dummy extension.
143143///
144144/// For more information on general AWS Lambda graceful shutdown handling, see:
145- /// https://github.com/aws-samples/graceful-shutdown-with-aws-lambda
145+ /// < https://github.com/aws-samples/graceful-shutdown-with-aws-lambda>
146146///
147147/// # Panics
148148///
You can’t perform that action at this time.
0 commit comments