scope: rm TODO note

This commit is contained in:
Astro 2023-04-29 02:13:46 +02:00
parent 3c004edcdd
commit 11555d7e66

View File

@ -169,8 +169,6 @@ impl Scope {
}
/// The code subtrees in which the introduced variables are available
///
/// TODO: return `&SyntaxNode`
pub fn bodies(&self) -> Box<dyn Iterator<Item = SyntaxNode<NixLanguage>>> {
match self {
Scope::LambdaPattern(pattern, body) => Box::new(