Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/api/errors/api_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down