Skip to content

Make StatusCode::as_str return 'static str#436

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

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

Conversation

@e00E
Copy link
Copy Markdown

@e00E e00E commented Sep 2, 2020

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
Copy link
Copy Markdown
Contributor

dekellum commented Nov 4, 2020

See also #380

Copy link
Copy Markdown

@kaj kaj left a comment

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