aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/repl_exec
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/program/repl_exec')
-rw-r--r--mingling_core/src/program/repl_exec/res.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/program/repl_exec/res.rs b/mingling_core/src/program/repl_exec/res.rs
index 1295652..53e82d8 100644
--- a/mingling_core/src/program/repl_exec/res.rs
+++ b/mingling_core/src/program/repl_exec/res.rs
@@ -1,6 +1,6 @@
/// Internal resource for the REPL runtime, used to control the REPL's state during execution
#[derive(Default, Clone)]
-pub struct REPL {
+pub struct ResREPL {
/// Marks whether the REPL should exit after the current loop ends
pub exit: bool,
}