Skip to content

Commit

Permalink
Import unicode_width::UnicodeWidthStr again
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Jul 18, 2024
1 parent 201f9e6 commit 44e1884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu/columnar_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use crate::{
Completer, Suggestion,
};
use nu_ansi_term::ansi::RESET;
use unicode_width::UnicodeWidthStr;

/// Default values used as reference for the menu. These values are set during
/// the initial declaration of the menu and are always kept as reference for the
Expand Down

0 comments on commit 44e1884

Please sign in to comment.