diff options
| author | Arne Dußin | 2020-12-16 18:01:25 +0100 |
|---|---|---|
| committer | Arne Dußin | 2020-12-16 18:01:25 +0100 |
| commit | c073618d9773216ab4a2dcd7944589f38b1df751 (patch) | |
| tree | e57b1ea8f99d9eb4bd3e500b6b56fb7879cabc40 /src/main.rs | |
| parent | 82d11b7d3e15d8175accf7579db1fbe528fc6583 (diff) | |
| download | graf_karto-c073618d9773216ab4a2dcd7944589f38b1df751.tar.gz graf_karto-c073618d9773216ab4a2dcd7944589f38b1df751.zip | |
Add new dimension indicator
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
