From 13cb4d1d9a1e54f99f2b93ac1cf86058035068c4 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:17:15 -0800 Subject: [PATCH] not inline import --- pttodoest/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pttodoest/src/main.rs b/pttodoest/src/main.rs index 92fb45f..54626e7 100755 --- a/pttodoest/src/main.rs +++ b/pttodoest/src/main.rs @@ -1,8 +1,8 @@ -use crate::flags::*; +use crate::flags as flags_pkg; mod flags; pub fn main() { - let flags = Flags::new().expect("failed to flags"); + let flags = flags_pkg::Flags::new().expect("failed to flags"); if let Some(added) = flags.add.clone() { add(