Skip to content

refactor(http1): remove ref_option lint#4101

Merged
seanmonstar merged 1 commit into
hyperium:masterfrom
nakaryo716:lint-ref-option
Jun 13, 2026
Merged

refactor(http1): remove ref_option lint#4101
seanmonstar merged 1 commit into
hyperium:masterfrom
nakaryo716:lint-ref-option

Conversation

@nakaryo716

Copy link
Copy Markdown
Contributor

Changes

  • Removed ref_option = "allow" from Cargo.toml.
  • Refactored internal server methods to take Option<&Method> instead of &Option<Method>.

Related Issue

Part of #4071

Remove `ref_option = "allow"` from Cargo.toml and change the server
methods to take `Option<&Method>` instead of `&Option<Method>`.

@seanmonstar seanmonstar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@seanmonstar seanmonstar merged commit e64ad1e into hyperium:master Jun 13, 2026
23 checks passed
@nakaryo716 nakaryo716 deleted the lint-ref-option branch June 13, 2026 12:02
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