fix naming

master
Graham Kelly 2023-04-12 15:35:34 -04:00
parent 525af5ae04
commit 6fd6672c81
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pub fn dump(o: Object) -> xml::XMLElement{
}
}
pub fn rest(x: xml::XMLElement) -> Option<Object>{
pub fn restore(x: xml::XMLElement) -> Option<Object>{
let s: &str = &x.name;
match s{
"akern-internal-raw" => {