Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(error): Move from ErrMode::Convert to ErrrorConvert::convert #683

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Changes from 1 commit
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
Next Next commit
fix(error): Remove unused track_caller
  • Loading branch information
epage committed Jan 10, 2025
commit a6c354a4a4f72b9d7b9e44f7800836b6ffc2774f
1 change: 0 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ impl<E> ErrMode<E> {
/// Unwrap the mode, returning the underlying error
///
/// Returns `None` for [`ErrMode::Incomplete`]
#[cfg_attr(debug_assertions, track_caller)]
#[inline(always)]
pub fn into_inner(self) -> Option<E> {
match self {
Expand Down