From 111da6a460142f0c03f456629ff11540c94141cf Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Mon, 15 Dec 2025 13:44:28 +0100 Subject: [PATCH] docs(api): Remove confusing comment --- src/api/errors/api_error.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api/errors/api_error.rs b/src/api/errors/api_error.rs index be6dda24fe..538dcbb65c 100644 --- a/src/api/errors/api_error.rs +++ b/src/api/errors/api_error.rs @@ -61,8 +61,6 @@ impl ApiError { } } - // This method is currently only used in the macOS binary, there is no reason - // why not to expose it on other platforms, if we ever need it. #[cfg(target_os = "macos")] pub(in crate::api) fn kind(&self) -> ApiErrorKind { self.inner