mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Fix rust nightly warnings about unused import in tests
This commit is contained in:
parent
aa7360a91a
commit
c71b58e556
5 changed files with 1 additions and 16 deletions
|
@ -5,7 +5,6 @@
|
|||
#![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")]
|
||||
|
||||
extern crate proc_macro;
|
||||
use core::iter::IntoIterator;
|
||||
use core::str::FromStr;
|
||||
use proc_macro::{Delimiter, TokenStream, TokenTree};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue