Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 63f4ba2

Browse filesBrowse files
committed
inline_always
1 parent f9d0687 commit 63f4ba2
Copy full SHA for 63f4ba2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • turbopack/crates/turbopack-core/src/module_graph
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎turbopack/crates/turbopack-core/src/module_graph/mod.rs

Copy file name to clipboardExpand all lines: turbopack/crates/turbopack-core/src/module_graph/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub struct GraphNodeIndex {
5252
node_idx: NodeIndex,
5353
}
5454
impl GraphNodeIndex {
55-
#[inline]
55+
#[inline(always)]
5656
fn graph_idx(&self) -> usize {
5757
self.graph_idx as usize
5858
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.