mirror of
https://github.com/lune-org/lune.git
synced 2025-03-04 11:11:39 +00:00
Prompt state for REPL does not need PartialEq
This commit is contained in:
parent
2b855156bf
commit
60026b1c85
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ use lune::Lune;
|
|||
const MESSAGE_WELCOME: &str = concat!("Lune v", env!("CARGO_PKG_VERSION"));
|
||||
const MESSAGE_INTERRUPT: &str = "Interrupt: ^C again to exit";
|
||||
|
||||
#[derive(PartialEq)]
|
||||
enum PromptState {
|
||||
Regular,
|
||||
Continuation,
|
||||
|
|
Loading…
Add table
Reference in a new issue