Skip to content

Commit 4a0b1cb

Browse files
authored
Update docs/modules/ROOT/pages/faq.adoc
1 parent f9af009 commit 4a0b1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ features = [
118118
]
119119
----
120120

121-
If you are in the early project setup phase and not using anything from the HAL, make sure the HAL is passed to the linker by adding this line to your source:
121+
If you are in the early project setup phase and not using anything from the HAL, make sure the HAL is explicitly used to prevent the linker removing it as dead code by adding this line to your source:
122122

123123
[source,rust]
124124
----

0 commit comments

Comments
 (0)