pub fn fix_sidewalk_direction(map: &Map) -> Vec<EditCmd>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Looks at all changed roads and makes sure sidewalk directions are correct – this is easy for the user to mix up. Returns a list of new fixes to apply on top of the original edits.