Remove FunctionBuilderContext from API, and change FunctionBuilder API
This commit is contained in:
@@ -43,7 +43,7 @@ pub mod prelude {
|
||||
pub use crate::codegen::isa;
|
||||
pub use crate::codegen::settings::{self, Configurable};
|
||||
|
||||
pub use crate::frontend::{FunctionBuilder, FunctionBuilderContext, Variable};
|
||||
pub use crate::frontend::{FunctionBuilder, Variable};
|
||||
}
|
||||
|
||||
/// Version number of this crate.
|
||||
|
||||
Reference in New Issue
Block a user