systemd: Fix warning

This commit is contained in:
Vicki Pfau 2024-07-22 19:46:23 -07:00
parent a7355ab922
commit 24223a4827

View file

@ -6,7 +6,7 @@
*/
#![allow(dead_code)]
use anyhow::{anyhow, bail, Result};
use anyhow::{anyhow, Result};
use std::path::PathBuf;
use std::str::FromStr;
use strum::{Display, EnumString};