Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Sep 3, 2024
1 parent b97693b commit cc66ff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ version = "0.1.0""#,
assert_eq!(
split_input(
&f(r#"fn main() {}"#),
&f(r#"fn main() {}"#).base_path(),
f(r#"fn main() {}"#).base_path(),
&[],
&[],
"",
Expand Down
1 change: 0 additions & 1 deletion src/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ pub fn binary_cache_path() -> PathBuf {

#[cfg(unix)]
mod inner {
pub use super::*;
use is_terminal::IsTerminal as _;

/**
Expand Down

0 comments on commit cc66ff3

Please sign in to comment.