Skip to content

Commit

Permalink
Revert "Revert "Gets rid of the last remaining clippy warnings""
Browse files Browse the repository at this point in the history
This reverts commit 75ee4f2.
  • Loading branch information
hoijui committed Nov 21, 2023
1 parent cf0d3fa commit ba31b5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/replacer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//
// SPDX-License-Identifier: GPL-3.0-or-later

#![allow(clippy::shadow_reuse)]

use std::borrow::Cow;
use std::collections::HashMap;
use std::io::{self, BufRead, Write};
Expand Down

0 comments on commit ba31b5b

Please sign in to comment.