-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
"warning: unused imports: DisplayWidth
, `TextCellContents'"
#1024
Comments
DisplayWidth
, `TextCellContents
DisplayWidth
, `TextCellContentsDisplayWidth
, `TextCellContents'
DisplayWidth
, `TextCellContents'DisplayWidth
, `TextCellContents'"
Damn I don't believe there is a way to specify that those need to be solely for windows > 7, so because we have had so many issues with these particular imports we might have to add thoughts @gierens @MartinFillon |
Personally I'd say that Windows <10 build 1507 isn't supported; extended security support for Windows 7 ended four and a half years ago! |
And the next year gonna be the end of life of Win 10, which is a real spyware meant to collect data on your activity and usage and send it back to Microsoft. On my Win 7 there's not ads or whatever that force me to update, and after of all these years it works rock solid. Here is lots of awesome developers like schollz that still support the users, with targets {x86_64,i686}-win7-windows-msvc. As another user said: |
@hellishvictor if you'd like to provide patches to keep Windows 7 builds working without breaking any others, we're willing to review and include them! |
Personally don't know anyway to do that.
The thing is that, technically its used because it is a reexport, but it is not used directly so depending on your rust implementation it will change. I personally think that reexports like that are not a great idea and you must always specify what you need, if possible in its most raw version. But I am not against some #[allow(unused_imports)] if needed |
Here on Win 7 x64 building i686 and x86_64 with pc-windows-msvc v1.77.2 it shows the following:
Cheers.
The text was updated successfully, but these errors were encountered: