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.
This commit is contained in:
Jonas Platte
2025-06-21 20:56:11 +02:00
committed by Ivan Enderlin
parent ab699a90f1
commit 41f107e5ba

View File

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