We should use the FileID type in the File
This commit is contained in:
parent
bff2bf68c6
commit
25de1c6c2a
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ pub fn match_header_spec<'a>(spec: &'a FileHeaderSpec, data: &'a FileHeaderData)
|
||||||
pub struct File {
|
pub struct File {
|
||||||
header : FileHeaderData,
|
header : FileHeaderData,
|
||||||
data : String,
|
data : String,
|
||||||
id : String
|
id : FileID,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> File {
|
impl<'a> File {
|
||||||
|
|
Loading…
Reference in a new issue