Skip to content

Commit 2edd8a2

Browse files
authored
Fix typo: necessary -> necessarily
1 parent f035cd4 commit 2edd8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2021-07-09-inline-in-rust.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
There's a lot of tribal knowledge surrounding https://doc.rust-lang.org/reference/attributes/codegen.html#the-inline-attribute[`++#[inline]++`] attribute in Rust.
44
I often find myself teaching how it works, so I finally decided to write this down.
55

6-
Caveat Emptor: this is what I know, not necessary what is true.
6+
Caveat Emptor: this is what I know, not necessarily what is true.
77
Additionally, exact semantics of `+#[inline]+` is not set in stone and may change in future Rust versions.
88

99
== Why Inlining Matters?

0 commit comments

Comments
 (0)