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

Add clippy fixes #561

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Add clippy fixes #561

merged 2 commits into from
Sep 30, 2024

Conversation

JakeRoggenbuck
Copy link
Owner

No description provided.

There was a build erorr on commit 0f3122 and then fa0ef0
@JakeRoggenbuck JakeRoggenbuck mentioned this pull request Aug 17, 2024
@@ -585,7 +591,7 @@ checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
dependencies = [
"hermit-abi 0.3.9",
"libc",
"windows-sys",
"windows-sys 0.52.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

wait why do we have windows-sys?

Copy link
Owner Author

Choose a reason for hiding this comment

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

I was confused about that too but I looked into it and it's now required by is-terminal. Maybe we replace is-terminal with a custom implementation that doesn't use imports?

Copy link
Collaborator

Choose a reason for hiding this comment

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

o huh thats weird, i think we can leave it in there for now but we should def make an issue to get rid of it later

Copy link
Owner Author

Choose a reason for hiding this comment

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

Sounds good. I made #567

Copy link
Collaborator

@Shuzhengz Shuzhengz left a comment

Choose a reason for hiding this comment

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

lgtm, works on x1 carbon gen 1, although benches are really slow on these old machines

@JakeRoggenbuck JakeRoggenbuck merged commit 430d80b into main Sep 30, 2024
3 checks passed
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