Skip to content

Commit cb84f33

Browse files
committed
fix typo in update
1 parent 06a54e7 commit cb84f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Project-Goals-2025-March-Update.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ Key developments: Started investigating how the proposed SIMD multiversioning op
11421142

11431143
Monthly update!
11441144

1145-
- https://github.com/rust-lang/rust-clippy/issues/13821 has been merged. This has succesfully optimized the MSRV extraction from the source code.
1145+
- https://github.com/rust-lang/rust-clippy/issues/13821 has been merged. This has successfully optimized the MSRV extraction from the source code.
11461146

11471147
On the old MSRV extraction,`Symbol::intern` use was sky high being about 3.5 times higher than the rest of the compilation combined. Now, it's at normal levels. Note that `Symbol::intern` is a very expensive and locking function, so this is very notable. Thanks to @Alexendoo for this incredible work!
11481148

0 commit comments

Comments
 (0)