diff options
Diffstat (limited to 'crates/shirabe/src/io')
| -rw-r--r-- | crates/shirabe/src/io/console_io.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/io/console_io.rs b/crates/shirabe/src/io/console_io.rs index 6e78a105..00286aba 100644 --- a/crates/shirabe/src/io/console_io.rs +++ b/crates/shirabe/src/io/console_io.rs @@ -40,8 +40,8 @@ pub struct ConsoleIO { /// directly instead of a `HelperSet`. question_helper: std::cell::RefCell<QuestionHelper>, - pub(crate) last_message: std::cell::RefCell<String>, - pub(crate) last_message_err: std::cell::RefCell<String>, + last_message: std::cell::RefCell<String>, + last_message_err: std::cell::RefCell<String>, start_time: Option<f64>, verbosity_map: IndexMap<i64, i64>, |
