Skip to content

Commit

Permalink
[skip ci] 2.6.12 -> 2.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Jun 22, 2024
1 parent b57c656 commit 0672fce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twitch-tui"
version = "2.6.12"
version = "2.6.13"
authors = ["Xithrius <[email protected]>"]
edition = "2021"
rust-version = "1.75.0"
Expand Down
1 change: 1 addition & 0 deletions src/handlers/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use crate::{

pub type SharedMessages = Rc<RefCell<VecDeque<MessageData>>>;

#[allow(dead_code)]
pub struct App {
/// All the available components.
pub components: Components,
Expand Down
1 change: 1 addition & 0 deletions src/handlers/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ impl MessageData {

#[derive(Debug, Copy, Clone)]
pub struct DataBuilder<'conf> {
#[allow(dead_code)]
pub datetime_format: &'conf str,
}

Expand Down
1 change: 1 addition & 0 deletions src/handlers/user_input/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pub struct Events {

#[derive(Debug, Clone, Copy)]
pub struct Config {
#[allow(dead_code)]
pub exit_key: Key,
pub tick_rate: Duration,
}
Expand Down

0 comments on commit 0672fce

Please sign in to comment.