From c073618d9773216ab4a2dcd7944589f38b1df751 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Wed, 16 Dec 2020 18:01:25 +0100 Subject: Add new dimension indicator --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 8ddc587..7957f14 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,5 @@ #![allow(dead_code)] +#![warn(missing_docs)] #[macro_use] extern crate log; @@ -6,7 +7,6 @@ extern crate log; pub mod button; pub mod colours; pub mod config; -pub mod dimension_indicator; pub mod editor; pub mod grid; pub mod gui; -- cgit v1.2.3-70-g09d2