Do not insert the links array in the core header
This commit is contained in:
parent
c0f4abc8cb
commit
22b9f8ecdd
1 changed files with 0 additions and 1 deletions
|
@ -1152,7 +1152,6 @@ impl Header for Value {
|
|||
let mut imag_map = BTreeMap::<String, Value>::new();
|
||||
|
||||
imag_map.insert(String::from("version"), Value::String(String::from(version!())));
|
||||
imag_map.insert(String::from("links"), Value::Array(vec![]));
|
||||
|
||||
Value::Table(imag_map)
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue