Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Dec 2, 2024
1 parent 3bf8499 commit fc73cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melior/src/ir/operation/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl<'c> OperationBuilder<'c> {
/// Adds regions in a [`Vec`](std::vec::Vec).
pub fn add_regions_vec(mut self, regions: Vec<Region<'c>>) -> Self {
unsafe {
// This may fire with -D clippy::nusery, however, it is
// This may fire with -D clippy::nursery, however, it is
// guaranteed by the std that ManuallyDrop<T> has the same layout as T
#[allow(clippy::transmute_undefined_repr)]
mlirOperationStateAddOwnedRegions(
Expand Down

0 comments on commit fc73cfe

Please sign in to comment.