Update API to 9.1 #293
Annotations
2 errors and 5 warnings
|
file not found for module `streams`:
elasticsearch/src/lib.rs#L414
error[E0583]: file not found for module `streams`
--> elasticsearch/src/lib.rs:414:1
|
414 | pub mod streams;
| ^^^^^^^^^^^^^^^^
|
= help: to create the module `streams`, create file "elasticsearch/src/streams.rs" or "elasticsearch/src/streams/mod.rs"
= note: if there is a `mod streams` elsewhere in the crate already, import it with `use crate::...` instead
|
|
clippy_check
Clippy had exited with the 101 exit code
|
|
hiding a lifetime that's elided elsewhere is confusing:
api_generator/src/generator/code_gen/url/url_builder.rs#L66
warning: hiding a lifetime that's elided elsewhere is confusing
--> api_generator/src/generator/code_gen/url/url_builder.rs:66:18
|
66 | pub fn split(&self) -> Vec<PathPart> {
| ^^^^^ -------- the same lifetime is hidden here
| |
| the lifetime is elided here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
= note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
|
66 | pub fn split(&self) -> Vec<PathPart<'_>> {
| ++++
|
|
clippy_check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
clippy_check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
clippy_check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
clippy_check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|