Skip to content

Commit

Permalink
src: lib: drivers: underscore unused function argument
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Nov 14, 2024
1 parent 9ba74ad commit 106bc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/drivers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ mod tests {
vec![]
}

fn create_endpoint_from_url(&self, url: &url::Url) -> Option<Arc<dyn Driver>> {
fn create_endpoint_from_url(&self, _url: &url::Url) -> Option<Arc<dyn Driver>> {
None
}
}
Expand Down

0 comments on commit 106bc6d

Please sign in to comment.