From 41f107e5ba4e703445407d1172fa0ab5a2acd74a Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 21 Jun 2025 20:56:11 +0200 Subject: [PATCH] refactor: Remove useless comment This comment was added in the very first commit for matrix-sdk-ffi and I have no recollection of what was meant there. --- bindings/matrix-sdk-ffi/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindings/matrix-sdk-ffi/src/lib.rs b/bindings/matrix-sdk-ffi/src/lib.rs index cf64c47b9..d807d0919 100644 --- a/bindings/matrix-sdk-ffi/src/lib.rs +++ b/bindings/matrix-sdk-ffi/src/lib.rs @@ -1,5 +1,3 @@ -// TODO: target-os conditional would be good. - #![allow(unused_qualifications, clippy::new_without_default)] #![allow(clippy::empty_line_after_doc_comments)] // Needed because uniffi macros contain empty // lines after docs.