Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependencies #90

wants to merge 1 commit into from

Conversation

0323pin
Copy link
Contributor

@0323pin 0323pin commented Sep 6, 2024

@sstadick clippy isn't happy again and outputs two warnings but, let's try ...

@0323pin
Copy link
Contributor Author

0323pin commented Sep 6, 2024

🚀 All tests passed.

So clippy using rust-1.76 in the CI is happy 🥳

But, locally with rust-1.80.1 I get the following:

    Checking hck v0.10.2 (/home/pin/Downloads/hck)
warning: transmute used without annotations
   --> src/lib/core.rs:448:44
    |
448 |             shuffler = unsafe { core::mem::transmute(s) };
    |                                            ^^^^^^^^^ help: consider adding missing annotations: `transmute::<std::vec::Vec<std::vec::Vec<&[u8]>>, std::vec::Vec<std::vec::Vec<&[u8]>>>`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
    = note: `#[warn(clippy::missing_transmute_annotations)]` on by default

warning: transmute used without annotations
   --> src/lib/core.rs:524:48
    |
524 |                 shuffler = unsafe { core::mem::transmute(s) };
    |                                                ^^^^^^^^^ help: consider adding missing annotations: `transmute::<std::vec::Vec<std::vec::Vec<&[u8]>>, std::vec::Vec<std::vec::Vec<&[u8]>>>`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations

warning: `hck` (lib) generated 2 warnings
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s

Might be good to fix these. Unfortunately, I'm not a programmer.
Away for the weekend but, can reply from mobile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant