Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Dec 22, 2024
1 parent 65922b1 commit f35edd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/irust_repl/examples/re/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn main() -> Result<()> {
Ok(())
}

fn complete(repl: &mut Repl, code: String, cursor_pos: usize) -> Result<()> {
fn complete(_repl: &mut Repl, _code: String, _cursor_poss: usize) -> Result<()> {
//TODO
Ok(())
}
Expand Down

0 comments on commit f35edd5

Please sign in to comment.