Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
atmnk committed Aug 9, 2024
1 parent a03dd79 commit 7931923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion corr-lib/src/template/text/extractable/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl ExtractableText{
}
},
Self::Multi(first,vars,last)=>{
let mut remaining = input.clone();
let mut remaining = input;
let mut vars_to_define = vec![] ;
if let Some(f) = first {
if let Some((i,_t))=dynamic_tag (remaining,f.clone()).ok(){
Expand Down

0 comments on commit 7931923

Please sign in to comment.