Skip to content

Make StatusCode::as_str return 'static str - #436

Open
e00E wants to merge 1 commit into
hyperium:masterfrom
e00E:status-code-lifetime
Open

Make StatusCode::as_str return 'static str#436
e00E wants to merge 1 commit into
hyperium:masterfrom
e00E:status-code-lifetime

Conversation

@e00E

@e00E e00E commented Sep 2, 2020

Copy link
Copy Markdown

In the current version the lifetime is tied to self which is needlessly
restrictive as the strings are in fact static.

In the current version the lifetime is tied to self which is needlessly
restrictive as the strings are in fact static.
@dekellum

dekellum commented Nov 4, 2020

Copy link
Copy Markdown
Contributor

See also #380

@kaj kaj left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice and simple change, looks good to me.

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.

3 participants