mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
fix nightly
This commit is contained in:
parent
a434bfb125
commit
0e85896552
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue