fix: wrong clippy name
This commit is contained in:
parent
bd4ae0f8aa
commit
9e8a3f10da
|
@ -29,7 +29,7 @@ use crate::{error_eprintln, info_println, warn_eprintln};
|
||||||
|
|
||||||
const LINUX_SERVICE_NAME: &str = "espanso";
|
const LINUX_SERVICE_NAME: &str = "espanso";
|
||||||
const LINUX_SERVICE_CONTENT: &str = include_str!("../../res/linux/systemd.service");
|
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);
|
const LINUX_SERVICE_FILENAME: &str = formatcp!("{}.service", LINUX_SERVICE_NAME);
|
||||||
|
|
||||||
pub fn register() -> Result<()> {
|
pub fn register() -> Result<()> {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user