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 committed Nov 14, 2024
1 parent 930cbcc commit ded1f32
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 ded1f32

Please sign in to comment.