forked from AbleOS/ableos_userland
remove warning
This commit is contained in:
parent
4844fe8b07
commit
919e0312cb
|
@ -87,7 +87,7 @@ fn from2tar() {
|
|||
checksum: ['0', '0', '0', '0', '0', '0', ' ', '\0'],
|
||||
typeflag: '0',
|
||||
};
|
||||
let array: [char; 512] = header.try_into().unwrap();
|
||||
let _array: [char; 512] = header.try_into().unwrap();
|
||||
// assert_eq!(array)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue