Skip to content

Conversation

tcharding
Copy link
Member

Clippy emits a bunch of warnings of form:

lifetime flowing from input to output with different syntax can be confusing

Fix them as suggested by using the anonymous lifetime.

@apoelstra
Copy link
Member

Thanks! Can you also run the formatter?

If you're really motivated I think it'd be ok to migrate the whole rust-bitcoin CI infrastructure here. (I've done it in https://github.com/ElementsProject/rust-elements/ say if you want a simpler case to copy)

@tcharding
Copy link
Member Author

Thanks! Can you also run the formatter?

Can do.

If you're really motivated I think it'd be ok to migrate the whole rust-bitcoin CI infrastructure here. (I've done it in https://github.com/ElementsProject/rust-elements/ say if you want a simpler case to copy)

Hot potato - cc @jamillambert?

Clippy emits a bunch of warnings of form:

 lifetime flowing from input to output with different syntax can be confusing

Fix them as suggested by using the anonymous lifetime.
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