Skip to content

Commit

Permalink
refactor!: remove get_identifier_without_leaf
Browse files Browse the repository at this point in the history
remove as its no longer used either internally or in mqttui for some time.
Either its quickly implemented yourself or `Vec::pop()` does the job better.
  • Loading branch information
EdJoPaTo committed Feb 26, 2024
1 parent ed9a54a commit a2f8100
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
27 changes: 0 additions & 27 deletions src/identifier.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ use ratatui::widgets::{Block, Scrollbar, ScrollbarState, StatefulWidget, Widget}
use unicode_width::UnicodeWidthStr;

mod flatten;
mod identifier;
mod item;
mod state;

pub use crate::flatten::Flattened;
pub use crate::identifier::get_without_leaf as get_identifier_without_leaf;
pub use crate::item::Item as TreeItem;
pub use crate::state::State as TreeState;

Expand Down

0 comments on commit a2f8100

Please sign in to comment.