-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add clippy fixes #561
Conversation
There was a build erorr on commit 0f3122 and then fa0ef0
@@ -585,7 +591,7 @@ checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" | |||
dependencies = [ | |||
"hermit-abi 0.3.9", | |||
"libc", | |||
"windows-sys", | |||
"windows-sys 0.52.0", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this 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
No description provided.