From 2049f1f41ff14da345d373bb3c2c6d92e0027f6c Mon Sep 17 00:00:00 2001 From: David Mehren <dmehren1@gmail.com> Date: Thu, 12 Jul 2018 19:04:12 +0200 Subject: [PATCH] Remove IndexOutOfBoundsError --- src/common/errors.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/errors.rs b/src/common/errors.rs index 44bc7fd..899aa3e 100644 --- a/src/common/errors.rs +++ b/src/common/errors.rs @@ -1,7 +1,3 @@ -#[derive(Fail, Debug)] -#[fail(display = "Supplied an invalid index")] -pub struct IndexOutOfBoundsError; - #[derive(Fail, Debug, PartialEq)] #[fail(display = "The supplied bitvector is not valid for this tree.")] pub struct InvalidBitvecError; -- GitLab