From 9e157f453ae674a9f86601142fde91b85485883a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 16 Aug 2022 17:42:37 +0200 Subject: Add `no_std + alloc` --- src/construct/list_item.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/construct/list_item.rs') diff --git a/src/construct/list_item.rs b/src/construct/list_item.rs index 3e632fb..13c287a 100644 --- a/src/construct/list_item.rs +++ b/src/construct/list_item.rs @@ -68,6 +68,7 @@ use crate::util::{ skip, slice::{Position, Slice}, }; +use alloc::{vec, vec::Vec}; /// Start of list item. /// -- cgit