1
0
mirror of https://github.com/AmbiML/sparrow-kata-full.git synced 2025-05-11 00:45:07 +00:00

kata-shell: fix bitrot in fringe cmds

Change-Id: I89dde4ae42cefafb101a5edf1bbfe02a198eea81
GitOrigin-RevId: 0e979acba0aa8f86d80ca62c0a74c98f01330cc5
This commit is contained in:
Sam Leffler 2022-10-15 00:11:06 +00:00
parent fed472240d
commit d866234653

View File

@ -18,6 +18,7 @@ extern crate alloc;
use crate::rz;
use crate::CmdFn;
use crate::CommandError;
use crate::HashMap;
use alloc::vec::Vec;
use core::fmt::Write;