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 attribute-derive #316

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Conversation

ModProg
Copy link
Collaborator

@ModProg ModProg commented Mar 17, 2024

No description provided.

@ecton
Copy link
Member

ecton commented Mar 17, 2024

Looks like there's something that happens when running clippy? This shows up on all runs, but clippy is non-failing on the main test pass, so it only shows up on check-wasm.

 error: hidden lifetime parameters in types are deprecated
Error:    --> crates/bonsaidb-macros/src/lib.rs:359:16
    |
359 |         input: ParseStream,
    |                ^^^^^^^^^^^ expected lifetime parameter
    |
    = note: `-D elided-lifetimes-in-paths` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(elided_lifetimes_in_paths)]`
help: indicate the anonymous lifetime
    |
359 |         input: ParseStream<'_>,
    |                           ++++

@ecton ecton merged commit f0def27 into khonsulabs:main Mar 19, 2024
29 of 31 checks passed
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.

2 participants