We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7db791 commit d8925f5Copy full SHA for d8925f5
git-hash/src/borrowed.rs
@@ -107,7 +107,6 @@ impl oid {
107
self.bytes[0]
108
}
109
110
- #[inline]
111
/// Interpret this object id as raw byte slice.
112
#[inline]
113
pub fn as_bytes(&self) -> &[u8] {
git-pack/src/multi_index/verify.rs
@@ -250,7 +250,7 @@ impl File {
250
total_objects_checked += multi_index_entries_to_check.len();
251
252
if let Some(bundle) = bundle {
253
- progress.set_name(format!("Validating {}", index_file_name.display().to_string()));
+ progress.set_name(format!("Validating {}", index_file_name.display()));
254
let crate::bundle::verify::integrity::Outcome {
255
actual_index_checksum: _,
256
pack_traverse_outcome,
0 commit comments