Skip to content

Fix missing fmt argument in error message

David Tolnay requested to merge dtolnay/arch-audit:fmt into master

Without this, the error message would literally be "Failed to load config file: {:?}" with curly braces in it instead of the path.

Merge request reports