From 5d4505241a817a548e24f932ba7d51aba4b301e3 Mon Sep 17 00:00:00 2001 From: greg Date: Sat, 22 Sep 2018 00:26:38 -0700 Subject: [PATCH] get rid of completed todo --- schala-lang/src/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schala-lang/src/util.rs b/schala-lang/src/util.rs index e0520ca..d8bd74b 100644 --- a/schala-lang/src/util.rs +++ b/schala-lang/src/util.rs @@ -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) -> ScopeStack<'a, T, V> where T: Hash + Eq { ScopeStack { parent: Some(self),