forked from BigfootDev/flatbuffers
rust: Allow for usage in no_std environment (#6989)
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
use std::cmp::max;
|
||||
use std::mem::{align_of, size_of};
|
||||
use core::cmp::max;
|
||||
use core::mem::{align_of, size_of};
|
||||
|
||||
use crate::endian_scalar::emplace_scalar;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user