1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Desktop native disallow log crate macros (#17163)

This commit is contained in:
neuronull
2025-11-03 06:36:40 -08:00
committed by GitHub
parent c1dec4032e
commit 2b1dbb935f
4 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#![cfg(target_os = "macos")]
#![allow(clippy::disallowed_macros)] // uniffi macros trip up clippy's evaluation
use std::{
collections::HashMap,