Skip to content

Commit

Permalink
fix up example
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Feb 7, 2024
1 parent 4fa8a7a commit 3a699e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ast/remove_globals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use crate::{
/// ```ignore
/// (function x () i64)
/// (set (x) 3)
/// (Add (x) (x))
/// ```
pub(crate) fn remove_globals(
type_info: &TypeInfo,
Expand Down

0 comments on commit 3a699e7

Please sign in to comment.