mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-30 18:11:34 +02:00
clippy: evaluations crate
This commit is contained in:
@@ -610,7 +610,7 @@ pub fn build_ingestion_fingerprint(
|
||||
checksum: &str,
|
||||
ingestion_config: &IngestionConfig,
|
||||
) -> String {
|
||||
let config_repr = format!("{:?}", ingestion_config);
|
||||
let config_repr = format!("{ingestion_config:?}");
|
||||
let mut hasher = Sha256::new();
|
||||
hasher.update(config_repr.as_bytes());
|
||||
let config_hash = format!("{:x}", hasher.finalize());
|
||||
|
||||
Reference in New Issue
Block a user