mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 14:13:22 +00:00
Align Desktop Native's Rust CI checks with SDK (#17261)
* clean crate deps * update lint workflow * add rustfmt.toml * apply rust fmt * missed one * fix lint of lint lol * more deps platform fixes * fix macos_provider * some more deps clean * more cleanup * add --all-targets * remove another unused dep * generate index.d.ts * fix whitespace * fix split comment in biometric * formatting comment in biometric_v2 * apply fmt
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
use std::ffi::c_uchar;
|
||||
use std::ptr;
|
||||
use windows::Win32::Foundation::*;
|
||||
use windows::Win32::System::Com::*;
|
||||
use windows::Win32::System::LibraryLoader::*;
|
||||
use std::{ffi::c_uchar, ptr};
|
||||
|
||||
use windows::Win32::{
|
||||
Foundation::*,
|
||||
System::{Com::*, LibraryLoader::*},
|
||||
};
|
||||
use windows_core::*;
|
||||
|
||||
mod pluginauthenticator;
|
||||
|
||||
Reference in New Issue
Block a user