Prompt state for REPL does not need PartialEq

This commit is contained in:
Filip Tibell 2023-08-16 10:58:03 -05:00
parent 2b855156bf
commit 60026b1c85
No known key found for this signature in database

View file

@ -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,