slint icon indicating copy to clipboard operation
slint copied to clipboard

Fix rust warning

Open Montel opened this issue 1 year ago • 3 comments

warning: unused import: WorkspaceEdit --> tools/lsp/language.rs:45:85 | 45 | ServerInfo, TextDocumentSyncCapability, TextEdit, Url, WorkDoneProgressOptions, WorkspaceEdit, | ^^^^^^^^^^^^^ | = note: #[warn(unused_imports)] on by default

Montel avatar Feb 09 '24 13:02 Montel

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Laurent Montel seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Feb 09 '24 13:02 CLAassistant

Looks like the warning maybe depends on some features or some platform because that doesn't compile. Maybe we need to add the use in a smaller scope

ogoffart avatar Feb 09 '24 14:02 ogoffart

#4629 fixes this as a drive-by. I plan to merge that really-soon-now(TM).

hunger avatar Feb 19 '24 16:02 hunger

This was fixed in #4629.

hunger avatar Feb 22 '24 14:02 hunger