Add linter warning for missing docs

This commit is contained in:
2026-07-10 10:18:39 +02:00
parent dd0399dcdd
commit 818b37ec15
+2
View File
@@ -1,3 +1,5 @@
#![warn(missing_docs)]
pub mod algorithms;
pub mod maps;
pub mod models;