fix nightly

This commit is contained in:
Stephan Dilly 2021-03-29 13:08:08 +02:00
parent a434bfb125
commit 0e85896552

View File

@ -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()