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

Use std consistently in the windows crate #2073

Merged
merged 2 commits into from Sep 28, 2022
Merged

Use std consistently in the windows crate #2073

merged 2 commits into from Sep 28, 2022

Conversation

kennykerr
Copy link
Collaborator

@kennykerr kennykerr commented Sep 27, 2022

While the windows-sys crate supports no_std, the windows crate uses the std library but has been using std and core interchangeably. Here I'm just switching to use std consistently throughout.

I have also allowed clippy to run more broadly against the windows crate and that picked up various suggestions that have now been applied.

@kennykerr kennykerr merged commit e094bad into master Sep 28, 2022
@kennykerr kennykerr deleted the core-std branch September 28, 2022 01:14
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.

None yet

1 participant