File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2239,9 +2239,9 @@ dependencies = [
2239
2239
2240
2240
[[package ]]
2241
2241
name = " mimallocate-sys"
2242
- version = " 0.1.0 "
2242
+ version = " 0.1.1 "
2243
2243
source = " registry+https://github.com/rust-lang/crates.io-index"
2244
- checksum = " 40f7fce1d2b85a787a1dc11f59afab35d1fee036a5267b7e1d2013de1ba6eb83 "
2244
+ checksum = " e3a60aa763b2d53b874b186ecd188c6241b9a8eb8b1deae51190d68915e99d90 "
2245
2245
dependencies = [
2246
2246
" cc" ,
2247
2247
]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rustc_driver = { path = "../rustc_driver" }
11
11
rustc_codegen_ssa = { path = " ../rustc_codegen_ssa" }
12
12
13
13
[dependencies .mimallocate-sys ]
14
- version = ' 0.1.0 '
14
+ version = ' 0.1.1 '
15
15
optional = true
16
16
17
17
[features ]
Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ fn main() {
46
46
// linking, so we need to explicitly depend on the function.
47
47
#[ cfg( target_os = "macos" ) ]
48
48
#[ used]
49
- static _F7: unsafe extern "C" fn ( ) =
50
- mimallocate_sys:: _mi_macos_override_malloc;
49
+ static _F7: unsafe extern "C" fn ( ) = mimallocate_sys:: _mi_macos_override_malloc;
51
50
}
52
51
53
52
rustc_driver:: set_sigpipe_handler ( ) ;
You can’t perform that action at this time.
0 commit comments