Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

tring → string (typo fix)#385

Merged
zesterer merged 1 commit into
mainfrom
unknown repository
Mar 26, 2023
Merged

tring → string (typo fix)#385
zesterer merged 1 commit into
mainfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Mar 25, 2023

Copy link
Copy Markdown

No description provided.

@ghost

ghost commented Mar 25, 2023

Copy link
Copy Markdown
Author

The.. failing check seems unrelated to my changes?

@zesterer

Copy link
Copy Markdown
Owner

Thanks! Looks like it might need a fmt pass or something?

@m-hugo

m-hugo commented Mar 26, 2023

Copy link
Copy Markdown

Thanks! Looks like it might need a fmt pass or something?

?, it's a clippy error, since rust-lang/rust-clippy#10520 it thinks src/private.rs:280:18 is UB
280 | unsafe { MaybeUninit::uninit().assume_init() }

@wackbyte wackbyte mentioned this pull request Mar 26, 2023
@zesterer

Copy link
Copy Markdown
Owner

it thinks src/private.rs:280:18 is UB

That's frustrating. It would be nice if clippy checked the self type.

@zesterer

Copy link
Copy Markdown
Owner

This is now fixed on main, so after a rebase CI should pass.

@ghost

ghost commented Mar 26, 2023

Copy link
Copy Markdown
Author

Merged, should pass CI now

@zesterer zesterer merged commit f12371c into zesterer:main Mar 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants