Skip to content

Commit 37f9b17

Browse files
committed
make clippy happy
Signed-off-by: Jay Lee <[email protected]>
1 parent 6c8d1ec commit 37f9b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fn clean_up_stale_cache(cxx_compiler: String) {
7070
let cache_stale = f.lines().any(|l| {
7171
let l = l.unwrap();
7272
trim_start(&l, "CMAKE_CXX_COMPILER:").map_or(false, |s| {
73-
let mut splits = s.splitn(2, "=");
73+
let mut splits = s.splitn(2, '=');
7474
splits.next();
7575
splits.next().map_or(false, |p| p != cxx_compiler)
7676
})

0 commit comments

Comments
 (0)