Am 11. Juni 2025 07:56:23 UTC schrieb Paolo Bonzini <pbonz...@redhat.com>:
>On 6/10/25 22:21, Bernhard Beschow wrote:
>> +/// A macro to log messages conditionally based on a provided mask.
>> +///
>> +/// The `log_mask` macro checks whether the given mask matches the current 
>> log
>> +/// level and, if so, formats and logs the message. It is the Rust 
>> counterpart
>> +/// of the qemu_log_mask() macro in the C implementation.
>
>Clippy complains that it wants `` around the function name.

Will fix in v3.

>
>Paolo
>

Reply via email to