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

http-body-util: minor doc and lint fixes, raising msrv to 1.56 #135

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

goto-bus-stop
Copy link
Contributor

It claimed UnsyncBoxBody::new creates a BoxBody. Not the end of the world, but still!

It claimed `UnsyncBoxBody::new` creates a `BoxBody`. Not the end of the world, but still!
Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the clean up :)

@seanmonstar
Copy link
Member

Ugh, clippy. Well, if you want to submit a fix for clippy too, I can merge more easily than I can code today.

@goto-bus-stop
Copy link
Contributor Author

I'm not sure about the msrv thing. It's complaining about an unstable lint in a dependency, would that actually break compilation..?

@seanmonstar
Copy link
Member

Hm, that's weird. I suppose it could break compilation... Want to just remove that lint? Once rustc decides to make it default, we'll get the benefits from free.

@goto-bus-stop
Copy link
Contributor Author

It's futures-task that's failing here unfortunately, which looks like it's a transitive dependency?

Apparently futures-task claims an MSRV of 1.56, and has for a while.

@seanmonstar
Copy link
Member

Oh, we can bump it to that, it's fine.

@goto-bus-stop goto-bus-stop changed the title docs: minor fix to UnsyncBoxBody::new doc comment http-body-util: minor doc and lint fixes, raising msrv to 1.56 Dec 12, 2024
@seanmonstar seanmonstar merged commit 0988380 into hyperium:master Dec 12, 2024
7 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