Skip to content

Commit 36cdeb6

Browse files
committed
Merge branch 'develop' into chore/move-clarity-cli-to-contrib
2 parents b41a286 + 46d7bd1 commit 36cdeb6

File tree

58 files changed

+3665
-1536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+3665
-1536
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)