From 0582e97dcb8fc8e91bdfb4f8c048d3ad2b2ac60f Mon Sep 17 00:00:00 2001 From: Esteve Soler Arderiu Date: Mon, 9 Dec 2024 19:16:52 -0300 Subject: [PATCH] Fix doctests. --- melior/src/ir.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melior/src/ir.rs b/melior/src/ir.rs index d655b2ff7d..77f1d8dffe 100644 --- a/melior/src/ir.rs +++ b/melior/src/ir.rs @@ -14,7 +14,7 @@ mod value; pub use self::{ affine_map::AffineMap, attribute::{Attribute, AttributeLike}, - block::{Block, BlockRef}, + block::{Block, BlockApi, BlockRef}, identifier::Identifier, location::Location, module::Module,