/// Overrides for https://docs.rs/log/#macros
///
/// Source shared by `derive_builder_core` and `derive_builder` via symlink.
// delegate to format_args and throw away the result to avoid `unused variable` lints.
// The compiler should be able to optimize this away.