1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 23:13:36 +00:00

Fix build

This commit is contained in:
Bernd Schoolmann
2025-11-13 21:13:32 +01:00
parent 4907483e4d
commit 038d36275c

View File

@@ -1,4 +1,5 @@
use anyhow::{bail, Result};
use secmem_proc::Config;
use tracing::info;
pub fn disable_coredumps() -> Result<()> {