Skip to content

Commit e025898

Browse files
Merge pull request #6685 from jacinta-stacks/chore/remove-interpreter-result-alias
Remove interpreter result alias throughout
2 parents 9c94664 + d0f7db7 commit e025898

40 files changed

+1681
-1527
lines changed

clarity-types/src/errors/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ pub enum EarlyReturnError {
207207
AssertionFailed(Box<Value>),
208208
}
209209

210-
pub type InterpreterResult<R> = Result<R, VmExecutionError>;
211-
212210
impl<T> PartialEq<IncomparableError<T>> for IncomparableError<T> {
213211
fn eq(&self, _other: &IncomparableError<T>) -> bool {
214212
false

0 commit comments

Comments
 (0)