Integrate all the progress into master #6
|
@ -27,6 +27,9 @@ fn process<F: std::iter::Iterator<Item=String>>(mut line_iter:F) -> Result<Vec<S
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sections.sort_by(|left, right| {
|
||||||
|
left.adr.cmp(&right.adr)
|
||||||
|
});
|
||||||
Ok(sections)
|
Ok(sections)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue