Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
rcook committed Jul 14, 2023
1 parent 2bece75 commit 42aa770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions isopy/src/wrapper_file_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ impl FromStr for WrapperFileName {

#[cfg(target_os = "windows")]
fn from_str(s: &str) -> Result<Self, Self::Err> {
use anyhow::bail;

let temp = s.to_lowercase();

#[allow(clippy::case_sensitive_file_extension_comparisons)]
Expand Down

0 comments on commit 42aa770

Please sign in to comment.