hunt down some unused pubs

This commit is contained in:
2025-04-19 04:45:47 +01:00
parent 27524e855a
commit 585f454bc0
6 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -2,11 +2,11 @@ use std::time::{Duration, Instant};
#[derive(Debug)]
pub struct Countdown {
pub i: u64,
pub i_original: u64,
i: u64,
i_original: u64,
pub i_string: String,
pub interval: Instant,
pub first_count: bool,
interval: Instant,
first_count: bool,
}
impl Countdown {
+1 -1
View File
@@ -1,4 +1,4 @@
pub mod codeberg;
mod codeberg;
pub mod consts;
pub mod countdown;
pub mod meta;