aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
diff options
context:
space:
mode:
authorJames Munns <[email protected]>2024-01-30 12:41:46 +0100
committerGitHub <[email protected]>2024-01-30 12:41:46 +0100
commit5e7876c80047718457923bcd8f1e9859e6483b57 (patch)
treeea1a2eb9e4057f17dcda06ff355c6f85dc599abb /docs/modules/ROOT
parentf38807433882374fe4ccf3510070abb42639c1cb (diff)
Update docs/modules/ROOT/pages/faq.adoc
Diffstat (limited to 'docs/modules/ROOT')
-rw-r--r--docs/modules/ROOT/pages/faq.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc
index 254c0aa97..05ff7c598 100644
--- a/docs/modules/ROOT/pages/faq.adoc
+++ b/docs/modules/ROOT/pages/faq.adoc
@@ -198,4 +198,4 @@ Tools like `cargo size` and `cargo nm` can tell you the size of any globals or o
198 198
199=== For Max Stack Usage 199=== For Max Stack Usage
200 200
201Check out link:https://github.com/Dirbaio/cargo-call-stack/[`cargo-call-stack`] for statically calculating worst-case stack usage. There are some caveats and inaccuracies possible with this, but this is a good way to get the general idea. 201Check out link:https://github.com/Dirbaio/cargo-call-stack/[`cargo-call-stack`] for statically calculating worst-case stack usage. There are some caveats and inaccuracies possible with this, but this is a good way to get the general idea. See link:https://github.com/dirbaio/cargo-call-stack#known-limitations[the README] for more details.