Skip to content

Commit

Permalink
Allow loop_tracker dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscerie committed Aug 20, 2023
1 parent d72e195 commit 461ce2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions selene-lib/src/ast_util/loop_tracker.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Remove this once loop_tracker is used again
#![allow(dead_code)]

use full_moon::{ast, node::Node, visitors::Visitor};

#[derive(Debug, Clone, Copy)]
Expand Down

0 comments on commit 461ce2a

Please sign in to comment.