feat: structured demo (#1) #24
Annotations
12 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: extractions/setup-just@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
validate
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
validate
The following actions use a deprecated Node.js version and will be forced to run on node20: extractions/setup-just@v1, actions-rs/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
validate:
src/async_higher_order_fn.rs#L13
this argument is passed by value, but not consumed in the function body
|
validate:
src/async_structured_concurrency.rs#L10
item in documentation is missing backticks
|
validate:
src/async_structured_concurrency.rs#L13
item in documentation is missing backticks
|
validate:
src/async_structured_concurrency.rs#L16
docs for function which may panic missing `# Panics` section
|
validate:
src/async_structured_concurrency.rs#L16
docs for function returning `Result` missing `# Errors` section
|
validate:
src/async_structured_concurrency.rs#L16
future cannot be sent between threads safely
|
validate:
src/async_structured_concurrency.rs#L89
temporary with significant `Drop` can be early dropped
|
validate:
src/async_higher_order_fn.rs#L18
unused `async` for function with no await statements
|
validate:
src/async_structured_concurrency.rs#L77
unused `async` for function with no await statements
|