Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/tools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,6 @@ where
);

let hash_kind = hash_kind_from_env().unwrap_or_default();
eprintln!("Using hash '{hash_kind}' when determining which fixture to use or recreate");

let script_location = script_name.as_ref();
let script_path = fixture_path_inner(script_location, root);
Expand Down
Loading