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

Remove 'de: 'static serde bound and replace &'static str with Cow in some errors #6048

Merged
merged 2 commits into from
Jul 29, 2024

Conversation

sagudev
Copy link
Contributor

@sagudev sagudev commented Jul 25, 2024

Fixes my mistake from #5992, sorry for trouble.

I manually tested and this works in servo as expected.

Checklist

  • Run cargo fmt.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

…atic str` with `Cow` in deser errors

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
@sagudev sagudev requested a review from a team as a code owner July 25, 2024 11:05
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
@nical nical merged commit 7462754 into gfx-rs:trunk Jul 29, 2024
25 checks passed
@jimblandy jimblandy changed the title Remove 'de: 'static" serde bound and replace &'static str with Cow in some errors Remove 'de: 'static serde bound and replace &'static str with Cow in some errors Aug 23, 2024
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