We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37cd46 commit e243a78Copy full SHA for e243a78
1 file changed
pages/cache-the-result-of-a-function.md
@@ -17,11 +17,11 @@ Here is the first experiment with it showing how it caches the value in one func
17
The first 2 tv_nsec values differ, as time have elapsed between the calls.
18
The 3rd and 4th tv_nsec values are the same as the value got cached after the first call.
19
20
-{% include file="cache-result-of-function/src/main.rs" %}
+{% include file="examples/cache-result-of-function/src/main.rs" %}
21
22
-{% include file="cache-result-of-function/out.txt" %}
+{% include file="examples/cache-result-of-function/out.txt" %}
23
24
-{% include file="cache-result-of-function/Cargo.toml" %}
+{% include file="examples/cache-result-of-function/Cargo.toml" %}
25
26
27
0 commit comments