diff options
author | fxqnlr <[email protected]> | 2023-05-25 17:23:52 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2023-05-25 17:23:52 +0200 |
commit | 48393b209396db9ddd44251b2bb445d3ad7533fb (patch) | |
tree | 264b459bacc0f6c62f26c3fd45c83ee9946babe2 /src/lib.rs | |
parent | 529d52534c300aec4a6e3e9e08f9762a401f7086 (diff) | |
download | modlist-48393b209396db9ddd44251b2bb445d3ad7533fb.tar modlist-48393b209396db9ddd44251b2bb445d3ad7533fb.tar.gz modlist-48393b209396db9ddd44251b2bb445d3ad7533fb.zip |
changed a whole lot og references, fuck rust
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ pub use commands::*; | |||
14 | use error::{ErrorType, MLError, MLE}; | 14 | use error::{ErrorType, MLError, MLE}; |
15 | use serde::{Deserialize, Serialize}; | 15 | use serde::{Deserialize, Serialize}; |
16 | 16 | ||
17 | pub static TICK_CHARS: &str = "#>-"; | 17 | pub static PROGRESS_CHARS: &str = "#>-"; |
18 | 18 | ||
19 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)] | 19 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)] |
20 | pub enum Modloader { | 20 | pub enum Modloader { |