summaryrefslogtreecommitdiff
path: root/rust/src/basicblock.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/basicblock.rs')
-rw-r--r--rust/src/basicblock.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/rust/src/basicblock.rs b/rust/src/basicblock.rs
index 571786aa..abc57a7a 100644
--- a/rust/src/basicblock.rs
+++ b/rust/src/basicblock.rs
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-
-
use std::fmt;
use crate::architecture::CoreArchitecture;