




1

















generate_external_constants.py 6 ~/usr/share/ddnet/data/mapres ddnet_external.rs
and generate_external_constants.py 7 ~/usr/share/teeworlds/data/mapres teeworlds_external.rs








pre-commit hook that checks Rust code style with cargo fmt - pre-commit-cargo-fmt


9207113 Upgrade SDL2 2.0.18 -> 2.0.20 (except on Windows) - def-

src/lib.rs:
pub mod map_checks; // comment1
pub mod map_edit; // comment2
pub mod map_dir; // comment3
was changed to
+pub mod map_checks; // comment1
+pub mod map_dir;
+pub mod map_edit; // comment2 // comment3




definitely more concise or smth


































Hacker News • 2022-01-09 14:50:15Z 




























Hacker News • 2022-01-11 17:54:45Z 








