Fix clippy lints

This commit is contained in:
Robbert van der Helm
2022-02-04 18:42:42 +01:00
parent 2c0b797c40
commit 4c0031d7b3
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ use std::fs;
use std::path::Path;
use std::process::Command;
const USAGE_STRING: &'static str = "Usage: cargo xtask bundle <target> [--release] [--bundle-vst3]";
const USAGE_STRING: &str = "Usage: cargo xtask bundle <target> [--release] [--bundle-vst3]";
fn main() -> Result<()> {
let project_root = Path::new(env!("CARGO_MANIFEST_DIR"))