Skip to content

Commit 00de98b

Browse files
authored
Merge pull request #69 from SirJosh3917/patch-1
Mark `libmimalloc_sys` as `no_std` to support `no_std` users.
2 parents 3ff4d65 + 30e6951 commit 00de98b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libmimalloc-sys/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![no_std]
12
// Copyright 2019 Octavian Oncescu
23

34
use core::ffi::c_void;

0 commit comments

Comments
 (0)