Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed Jan 10, 2023
1 parent eac5888 commit fd890b5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions workspaces/src/error/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ use crate::result::ExecutionFailure;
use super::{Error, ErrorKind, ErrorRepr, RpcErrorCode, SandboxErrorCode};

impl ErrorKind {
pub(crate) fn full<E, T>(self, msg: T, error: E) -> Error
where
E: Into<Box<dyn std::error::Error + Send + Sync>>,
T: Into<Cow<'static, str>>,
{
Error::full(self, msg, error)
}

pub(crate) fn custom<E>(self, error: E) -> Error
where
E: Into<Box<dyn std::error::Error + Send + Sync>>,
Expand Down

0 comments on commit fd890b5

Please sign in to comment.