Bump smol_str from 0.2.2 to 0.3.2 in the cargo-dependencies group #69
check.yml
on: pull_request
check
/
...
/
fmt
22s
check
/
...
/
doc
1m 37s
check
/
...
/
check
1m 36s
Matrix: check / clippy
Annotations
5 errors
mismatched types:
src/input_forwarding/keyboard.rs#L901
error[E0308]: mismatched types
--> src/input_forwarding/keyboard.rs:901:26
|
901 | b::Character(smol_str::SmolStr::from(s))
| ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `smol_str::SmolStr`, found a different `smol_str::SmolStr`
| |
| arguments to this enum variant are incorrect
|
= note: `smol_str::SmolStr` and `smol_str::SmolStr` have similar names, but are actually distinct types
note: `smol_str::SmolStr` is defined in crate `smol_str`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.3.2/src/lib.rs:33:1
|
33 | pub struct SmolStr(Repr);
| ^^^^^^^^^^^^^^^^^^
note: `smol_str::SmolStr` is defined in crate `smol_str`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/src/lib.rs:33:1
|
33 | pub struct SmolStr(Repr);
| ^^^^^^^^^^^^^^^^^^
= note: perhaps two different versions of crate `smol_str` are being used?
note: tuple variant defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_input-0.15.1/src/keyboard.rs:753:5
|
753 | Character(SmolStr),
| ^^^^^^^^^
|
check / beta / clippy
Clippy has exited with exit code 101
|
mismatched types:
src/input_forwarding/keyboard.rs#L901
error[E0308]: mismatched types
--> src/input_forwarding/keyboard.rs:901:26
|
901 | b::Character(smol_str::SmolStr::from(s))
| ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `smol_str::SmolStr`, found a different `smol_str::SmolStr`
| |
| arguments to this enum variant are incorrect
|
= note: `smol_str::SmolStr` and `smol_str::SmolStr` have similar names, but are actually distinct types
note: `smol_str::SmolStr` is defined in crate `smol_str`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.3.2/src/lib.rs:33:1
|
33 | pub struct SmolStr(Repr);
| ^^^^^^^^^^^^^^^^^^
note: `smol_str::SmolStr` is defined in crate `smol_str`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/src/lib.rs:33:1
|
33 | pub struct SmolStr(Repr);
| ^^^^^^^^^^^^^^^^^^
= note: perhaps two different versions of crate `smol_str` are being used?
note: tuple variant defined here
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_input-0.15.1/src/keyboard.rs:753:5
|
753 | Character(SmolStr),
| ^^^^^^^^^
|
check / stable / clippy
Clippy has exited with exit code 101
|
check / 1.76.0 / check
Process completed with exit code 101.
|