Skip to content

Commit 4df23e6

Browse files
committed
fix: docs
1 parent b02187a commit 4df23e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/@local/hashql/mir/src/pass/transform/pre_inline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Pre-inlining optimization pass.
22
//!
3-
//! This module contains the [`PreInlining`] pass, which runs a fixpoint loop of local and global
3+
//! This module contains the [`PreInline`] pass, which runs a fixpoint loop of local and global
44
//! transformations to optimize MIR bodies before inlining occurs.
55
66
use core::alloc::Allocator;

0 commit comments

Comments
 (0)