ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

allow errors.rs unused_assignments

+2
+2
wire/lib/src/errors.rs
··· 1 1 // SPDX-License-Identifier: AGPL-3.0-or-later 2 2 // Copyright 2024-2025 wire Contributors 3 3 4 + #![allow(unused_assignments)] 5 + 4 6 use std::{num::ParseIntError, path::PathBuf, process::ExitStatus, sync::mpsc::RecvError}; 5 7 6 8 use miette::{Diagnostic, SourceSpan};