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::marker::PhantomData;
|
||||
use core::marker::PhantomData;
|
||||
|
||||
/// Follow is a trait that allows us to access FlatBuffers in a declarative,
|
||||
/// type safe, and fast way. They compile down to almost no code (after
|
||||
|
||||
Reference in New Issue
Block a user