Skip to content

Commit 0e85896

Browse files
author
Stephan Dilly
committed
fix nightly
1 parent a434bfb commit 0e85896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

asyncgit/src/sync/commits_info.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ impl CommitId {
2727
}
2828
}
2929

30+
//TODO: remove once clippy fixed: https://github.com/rust-lang/rust-clippy/issues/6983
31+
#[allow(clippy::wrong_self_convention)]
3032
impl ToString for CommitId {
3133
fn to_string(&self) -> String {
3234
self.0.to_string()

0 commit comments

Comments
 (0)