fix: wrong clippy name

This commit is contained in:
Federico Terzi 2022-06-06 22:04:44 +02:00
parent bd4ae0f8aa
commit 9e8a3f10da

View File

@ -29,7 +29,7 @@ use crate::{error_eprintln, info_println, warn_eprintln};
const LINUX_SERVICE_NAME: &str = "espanso";
const LINUX_SERVICE_CONTENT: &str = include_str!("../../res/linux/systemd.service");
#[allow(clippy::transmute-bytes-to-str)]
#[allow(clippy::transmute_bytes_to_str)]
const LINUX_SERVICE_FILENAME: &str = formatcp!("{}.service", LINUX_SERVICE_NAME);
pub fn register() -> Result<()> {