treewide: address all clippy lints
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5cf55cc4cb558c3f9f764c71224e87176a6a6964
This commit is contained in:
parent
967d51e867
commit
0ca92f2710
63 changed files with 1788 additions and 1087 deletions
|
|
@ -1,5 +1,5 @@
|
|||
//! Tests for the git clone/fetch module.
|
||||
//! Uses git2 to create a temporary repository, then exercises clone_or_fetch.
|
||||
//! Uses git2 to create a temporary repository, then exercises `clone_or_fetch`.
|
||||
|
||||
use git2::{Repository, Signature};
|
||||
use tempfile::TempDir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue