summaryrefslogtreecommitdiff
path: root/src/data.rs
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2024-09-04 17:32:19 +0200
committerfxqnlr <[email protected]>2024-09-04 17:32:19 +0200
commitecc4743fdec43eb578e9c35bb008c68909f1517e (patch)
tree73916114bc2bff8c72f759f5aae11a95d4dede22 /src/data.rs
parent11e64fc7560de3cd0def718edf68c31e3dc8be72 (diff)
downloadmodlist-refactor.tar
modlist-refactor.tar.gz
modlist-refactor.zip
better error handlingrefactor
Diffstat (limited to 'src/data.rs')
-rw-r--r--src/data.rs2
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 @@
1pub mod list; 1pub mod list;
2pub mod gameversion; 2pub mod gameversion;
3pub mod modloader; 3pub mod modloader;
4pub mod project; 4pub mod projectinfo;
5pub mod modification; 5pub mod modification;
6 6
7pub static STYLE_BAR_BYTE: &str = 7pub static STYLE_BAR_BYTE: &str =