1
0
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:
Nicolas
2025-06-11 17:38:06 +02:00
committed by GitHub
parent cfb10a04f5
commit 9f9153805d
9 changed files with 26 additions and 26 deletions

View File

@@ -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;