forked from BigfootDev/flatbuffers
rust: Allow for usage in no_std environment (#6989)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use std::ptr::write_bytes;
|
||||
use core::ptr::write_bytes;
|
||||
|
||||
use crate::endian_scalar::emplace_scalar;
|
||||
use crate::primitives::*;
|
||||
|
||||
Reference in New Issue
Block a user