Skip to content

Commit

Permalink
Fix broken build from git shennanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
mgattozzi committed Nov 1, 2022
1 parent 5b1abce commit 675f227
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ const BUFSIZE: usize = 2048;
/// '_ - _'
/// / '-----' \
/// ```
<<<<<<< HEAD

pub fn say<W>(input: &str, max_width: usize, mut writer: W) -> Result<()>
where
W: Write,
Expand Down

0 comments on commit 675f227

Please sign in to comment.