Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Apr 25, 2024
1 parent 45547be commit b39a5f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd_app.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#[cfg(not(target_os = "linux"))]
use std::path::PathBuf;

use anyhow::Result;
use clap::Parser;

#[cfg(not(target_os = "linux"))]
const NOT_INSTALLED_ERROR: &str = r#"The Zoo Modeling App is not installed.
Please download it from https://zoo.dev/modeling-app/download
If you do have the Modeling App installed already, we were
Expand Down

0 comments on commit b39a5f9

Please sign in to comment.