Tidy, tidy, tidy.
This commit is contained in:
@@ -61,4 +61,8 @@ impl Name {
|
||||
pub fn bind_to(&mut self, other: &Name) {
|
||||
self.identifier = other.identifier;
|
||||
}
|
||||
|
||||
pub fn location(&self) -> Option<&Location> {
|
||||
self.location.as_ref()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user