Skip to content

Commit

Permalink
Merge pull request #632 from vsbogd/fix-warning
Browse files Browse the repository at this point in the history
Fix warning in code
  • Loading branch information
vsbogd authored Mar 20, 2024
2 parents d7d421c + 2b72d6b commit f22e747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/metta/runner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ impl<'input> RunContext<'_, '_, 'input> {

}

#[cfg(feature = "minimal")]
fn is_bare_minimal_interpreter(metta: &Metta) -> bool {
metta.get_setting_string("interpreter") == Some("bare-minimal".into())
}
Expand Down

0 comments on commit f22e747

Please sign in to comment.