remove warning

pull/1/head
Able 2022-12-05 00:47:52 -06:00
parent caab96d18d
commit d792036175
Signed by: able
GPG Key ID: 0BD8B45C30DCA887
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}