Include Scanner

This commit is contained in:
cetra3 2017-11-15 14:11:39 +10:30
parent 201c16217a
commit 652e42d1c4

View file

@ -61,8 +61,8 @@ impl ScanError {
} }
} }
pub fn marker(&self) -> Marker { pub fn marker(&self) -> &Marker {
self.mark &self.mark
} }
} }