diff options
author | fxqnlr <[email protected]> | 2024-09-04 17:32:19 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-09-04 17:32:19 +0200 |
commit | ecc4743fdec43eb578e9c35bb008c68909f1517e (patch) | |
tree | 73916114bc2bff8c72f759f5aae11a95d4dede22 /src/data.rs | |
parent | 11e64fc7560de3cd0def718edf68c31e3dc8be72 (diff) | |
download | modlist-refactor.tar modlist-refactor.tar.gz modlist-refactor.zip |
better error handlingrefactor
Diffstat (limited to 'src/data.rs')
-rw-r--r-- | src/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.rs b/src/data.rs index cff0f47..f72fbcf 100644 --- a/src/data.rs +++ b/src/data.rs | |||
@@ -1,7 +1,7 @@ | |||
1 | pub mod list; | 1 | pub mod list; |
2 | pub mod gameversion; | 2 | pub mod gameversion; |
3 | pub mod modloader; | 3 | pub mod modloader; |
4 | pub mod project; | 4 | pub mod projectinfo; |
5 | pub mod modification; | 5 | pub mod modification; |
6 | 6 | ||
7 | pub static STYLE_BAR_BYTE: &str = | 7 | pub static STYLE_BAR_BYTE: &str = |