get rid of completed todo
This commit is contained in:
parent
f67793308e
commit
5d4505241a
@ -27,7 +27,7 @@ impl<'a, T, V> ScopeStack<'a, T, V> where T: Hash + Eq {
|
||||
(Some(value), _) => Some(value),
|
||||
}
|
||||
}
|
||||
//TODO rename new_scope
|
||||
|
||||
pub fn new_scope(&'a self, name: Option<String>) -> ScopeStack<'a, T, V> where T: Hash + Eq {
|
||||
ScopeStack {
|
||||
parent: Some(self),
|
||||
|
Loading…
Reference in New Issue
Block a user