From 8043754a7d3047f943ba894b4258a729b94ecf52 Mon Sep 17 00:00:00 2001 From: FineFindus Date: Thu, 29 Feb 2024 22:02:55 +0100 Subject: [PATCH] chore(client): remove todo Fixed https://github.com/storaged-project/udisks/pull/1258. --- src/client.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client.rs b/src/client.rs index bdae93e..1210ba4 100644 --- a/src/client.rs +++ b/src/client.rs @@ -351,8 +351,6 @@ impl Client { &self, partition: &partition::PartitionProxy<'_>, ) -> zbus::Result> { - //TODO: C version docs do not mention that it can return NULL? - //https://github.com/storaged-project/udisks/blob/4f24c900383d3dc28022f62cab3eb434d19b6b82/udisks/udisksclient.c#L1429 self.object(partition.table().await?)? .partition_table() .await