Skip to content

Commit 775efe4

Browse files
docs(api): Remove confusing comment (#3036)
### Description This comment [is confusing](https://github.com/getsentry/sentry-cli/pull/2930/changes#r2542519816), and on further reflection, I believe it is unnecessary. ### Issues - Resolves #3035 - Resolves [CLI-249](https://linear.app/getsentry/issue/CLI-249/fix-leftover-pr-comment)
1 parent aff647e commit 775efe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/errors/api_error.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ impl ApiError {
6161
}
6262
}
6363

64-
// This method is currently only used in the macOS binary, there is no reason
65-
// why not to expose it on other platforms, if we ever need it.
6664
#[cfg(target_os = "macos")]
6765
pub(in crate::api) fn kind(&self) -> ApiErrorKind {
6866
self.inner

0 commit comments

Comments
 (0)