mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-27 11:03:03 +03:00
fix nightly
This commit is contained in:
parent
a434bfb125
commit
0e85896552
@ -27,6 +27,8 @@ impl CommitId {
|
||||
}
|
||||
}
|
||||
|
||||
//TODO: remove once clippy fixed: https://github.com/rust-lang/rust-clippy/issues/6983
|
||||
#[allow(clippy::wrong_self_convention)]
|
||||
impl ToString for CommitId {
|
||||
fn to_string(&self) -> String {
|
||||
self.0.to_string()
|
||||
|
Loading…
Reference in New Issue
Block a user