diff options
| author | Kostya Shishkov <[email protected]> | 2020-06-16 09:48:08 +0200 |
|---|---|---|
| committer | Kostya Shishkov <[email protected]> | 2020-06-16 09:48:08 +0200 |
| commit | b267d37e527242aa3507dea50c4065944312db09 (patch) | |
| tree | 95c02ad8d97f06c514c5c48d69c764976ffeb837 /src | |
| parent | 5a8a7cdb622c8b607c2e7f52bc9f12917ee99622 (diff) | |
fix submodule use
Diffstat (limited to 'src')
| -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 dd308d1..8261d6a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ use nihav_allstuff::*; use std::env; mod null; -use null::*; +use crate::null::*; fn print_options(name: &str, options: &[NAOptionDefinition]) { if options.is_empty() { |
