Skip to content

Commit

Permalink
tabled/ Fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Zhiburt <[email protected]>
  • Loading branch information
zhiburt committed Sep 30, 2022
1 parent ad9c999 commit 6cc6969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/width/wrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ fn split_string_at(text: &str, at: usize) -> (&str, &str, (usize, usize)) {

#[cfg(feature = "color")]
mod link_extraction {
//! The module is based on Dan Davison (https://github.com/dandavison) delta (https://github.com/dandavison/delta) ansi library.
//! The module is based on Dan Davison <https://github.com/dandavison> delta <https://github.com/dandavison/delta> ansi library.
use core::str::Bytes;
use vte::Params;
Expand Down

0 comments on commit 6cc6969

Please sign in to comment.