Skip to content

Commit cc66ff3

Browse files
committed
Fix clippy warnings
1 parent b97693b commit cc66ff3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/manifest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ version = "0.1.0""#,
240240
assert_eq!(
241241
split_input(
242242
&f(r#"fn main() {}"#),
243-
&f(r#"fn main() {}"#).base_path(),
243+
f(r#"fn main() {}"#).base_path(),
244244
&[],
245245
&[],
246246
"",

src/platform.rs

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ pub fn binary_cache_path() -> PathBuf {
5454

5555
#[cfg(unix)]
5656
mod inner {
57-
pub use super::*;
5857
use is_terminal::IsTerminal as _;
5958

6059
/**

0 commit comments

Comments
 (0)