From 1438fa88db8282cf82cf66d1b4b9bab9a6ea7a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 21 Apr 2024 09:22:32 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- gstreamer/src/log.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/gstreamer/src/log.rs b/gstreamer/src/log.rs index a4bb96982..c3c1b7441 100644 --- a/gstreamer/src/log.rs +++ b/gstreamer/src/log.rs @@ -1065,6 +1065,7 @@ macro_rules! log_with_level( }}; ); +#[derive(Debug)] pub struct DebugCategoryLogger(DebugCategory); impl DebugCategoryLogger {