mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-09-16 06:58:29 +00:00
Fix dead_code module annotation.
Change-Id: I80c0200888d066117708f714ad2e5075339d21a6 GitOrigin-RevId: 2f11fee3e8327e65f97533a133269c874a4e1f20
This commit is contained in:
committed by
Sam Leffler
parent
1662e80ef1
commit
f9bf131a5b
@@ -1,5 +1,5 @@
|
||||
#![no_std]
|
||||
#[allow(dead_code)]
|
||||
#![allow(dead_code)]
|
||||
use cstr_core::CString;
|
||||
use kata_memory_interface::ObjDescBundle;
|
||||
|
||||
|
Reference in New Issue
Block a user