mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
lint: fix lints appearing in rust stable currently (#7118)
* [x] I have followed the instructions in the PR template
This commit is contained in:
@@ -45,7 +45,7 @@ pub fn storage_dir(app_id: &str) -> Option<PathBuf> {
|
||||
#[expect(unsafe_code)]
|
||||
fn roaming_appdata() -> Option<PathBuf> {
|
||||
use std::ffi::OsString;
|
||||
use std::os::windows::ffi::OsStringExt;
|
||||
use std::os::windows::ffi::OsStringExt as _;
|
||||
use std::ptr;
|
||||
use std::slice;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user