Fix typo.

This commit is contained in:
Stephen Chung 2020-11-22 17:35:33 +08:00
parent 9edd494000
commit d3f3894126

View File

@ -141,7 +141,7 @@ fn main() {
.into_iter()
.for_each(|f| println!("{}", f));
#[cfg(not(feature = "no_functions"))]
#[cfg(not(feature = "no_function"))]
main_ast
.iter_functions()
.for_each(|(_, _, _, _, f)| println!("{}", f));