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. Paolo