Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YM162 committed Nov 28, 2024
1 parent c247b72 commit ada8512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulagcleaner_rs/src/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ pub fn clean_pdf(data: Vec<u8>, force_naive: bool) -> (Vec<u8>, u8) {
/// # Returns
///
/// A `Method` instance representing the chosen method based on the provided `Document` and `force_naive` flag.
fn match_method(doc: &Document, force_naive: bool) -> Method {
//0 for auto, 1 for wuolah, 2 for studocu 3 for wuolah naive
if force_naive {
Expand Down

0 comments on commit ada8512

Please sign in to comment.