Bump version to 1.0.1 #80
Annotations
18 errors and 1 warning
|
cargo test (ubuntu-latest)
Process completed with exit code 101.
|
|
cargo test (ubuntu-latest):
rust/src/type/chunk.rs#L97
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo test (ubuntu-latest):
rust/src/type/chunk.rs#L82
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo test (ubuntu-latest):
rust/src/type/chunk.rs#L62
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo test (ubuntu-latest):
rust/src/type/chunk.rs#L55
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo test (ubuntu-latest):
rust/src/signature/chunk.rs#L60
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo test (ubuntu-latest):
rust/src/signature/chunk.rs#L53
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
hiding a lifetime that's elided elsewhere is confusing:
rust/src/type/chunk.rs#L97
error: hiding a lifetime that's elided elsewhere is confusing
--> rust/src/type/chunk.rs:97:31
|
97 | pub fn raw_type_with_name(&self, name: &str) -> Vec<fb::ComputedType> {
| ^^^^^ ^^^^^^^^^^^^^^^^ 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
help: use `'_` for type paths
|
97 | pub fn raw_type_with_name(&self, name: &str) -> Vec<fb::ComputedType<'_>> {
| ++++
|
|
hiding a lifetime that's elided elsewhere is confusing:
rust/src/type/chunk.rs#L82
error: hiding a lifetime that's elided elsewhere is confusing
--> rust/src/type/chunk.rs:82:31
|
82 | pub fn raw_type_with_guid(&self, guid: &TypeGUID) -> Option<fb::Type> {
| ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden here
|
= help: the same lifetime is referred to in inconsistent ways, making the signature confusing
help: use `'_` for type paths
|
82 | pub fn raw_type_with_guid(&self, guid: &TypeGUID) -> Option<fb::Type<'_>> {
| ++++
|
|
hiding a lifetime that's elided elsewhere is confusing:
rust/src/type/chunk.rs#L62
error: hiding a lifetime that's elided elsewhere is confusing
--> rust/src/type/chunk.rs:62:19
|
62 | pub fn object(&self) -> fb::TypeChunk {
| ^^^^^ ^^^^^^^^^^^^^ 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
help: use `'_` for type paths
|
62 | pub fn object(&self) -> fb::TypeChunk<'_> {
| ++++
|
|
hiding a lifetime that's elided elsewhere is confusing:
rust/src/type/chunk.rs#L55
error: hiding a lifetime that's elided elsewhere is confusing
--> rust/src/type/chunk.rs:55:21
|
55 | fn get_raw_type(&self, idx: usize) -> Option<fb::ComputedType> {
| ^^^^^ ^^^^^^^^^^^^^^^^ 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
help: use `'_` for type paths
|
55 | fn get_raw_type(&self, idx: usize) -> Option<fb::ComputedType<'_>> {
| ++++
|
|
hiding a lifetime that's elided elsewhere is confusing:
rust/src/signature/chunk.rs#L60
error: hiding a lifetime that's elided elsewhere is confusing
--> rust/src/signature/chunk.rs:60:19
|
60 | pub fn object(&self) -> fb::SignatureChunk {
| ^^^^^ ^^^^^^^^^^^^^^^^^^ 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
help: use `'_` for type paths
|
60 | pub fn object(&self) -> fb::SignatureChunk<'_> {
| ++++
|
|
hiding a lifetime that's elided elsewhere is confusing:
rust/src/signature/chunk.rs#L53
error: hiding a lifetime that's elided elsewhere is confusing
--> rust/src/signature/chunk.rs:53:25
|
53 | fn get_raw_function(&self, idx: usize) -> Option<fb::Function> {
| ^^^^^ ^^^^^^^^^^^^ 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: `-D mismatched-lifetime-syntaxes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(mismatched_lifetime_syntaxes)]`
help: use `'_` for type paths
|
53 | fn get_raw_function(&self, idx: usize) -> Option<fb::Function<'_>> {
| ++++
|
|
cargo test (windows-latest)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
cargo test (windows-latest)
The operation was canceled.
|
|
cargo test (macos-latest)
The strategy configuration was canceled because "test.ubuntu-latest" failed
|
|
cargo test (macos-latest)
The operation was canceled.
|
|
licensing
New version for cargo-about available: 0.8.2
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
|
11.5 KB |
sha256:1091d2c788e23ce20601874b943f26bbcaf14f4acd358bef7c67a06791505e9e
|
|