Skip to content

Commit 1005b90

Browse files
committed
Fix linter
1 parent f2297e9 commit 1005b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmimalloc-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fn main() {
107107

108108
let mut out_dir = "./build".to_string();
109109
if cfg!(all(windows, target_env = "msvc")) {
110-
out_dir.push_str("/");
110+
out_dir.push('/');
111111
out_dir.push_str(win_folder);
112112
}
113113
let out_name = if cfg!(all(windows, target_env = "msvc")) {

0 commit comments

Comments
 (0)