Skip to content

Commit 0e3d396

Browse files
GH Actions RunnerGH Actions Runner
GH Actions Runner
authored and
GH Actions Runner
committed
publish: Merge pull request #52 from noamtashma/fix-extra-hyphen
generated from commit c11d726
1 parent 11e5a6d commit 0e3d396

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

development/building-and-debugging.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h1 id="println-debugging-alloc-and-core"><a class="header" href="#println-debug
173173
}
174174
<span class="boring">}</span></code></pre></pre>
175175
<p>Then one can run a test which exercises the code to debug and show the error output via</p>
176-
<pre><code class="language-shell ignore">./x.py test library/alloc --test-args &lt;test_name&gt; --test-args --no-capture
176+
<pre><code class="language-shell ignore">./x.py test library/alloc --test-args &lt;test_name&gt; --test-args --nocapture
177177
</code></pre>
178178

179179
</main>

print.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h1 id="println-debugging-alloc-and-core"><a class="header" href="#println-debug
329329
}
330330
<span class="boring">}</span></code></pre></pre>
331331
<p>Then one can run a test which exercises the code to debug and show the error output via</p>
332-
<pre><code class="language-shell ignore">./x.py test library/alloc --test-args &lt;test_name&gt; --test-args --no-capture
332+
<pre><code class="language-shell ignore">./x.py test library/alloc --test-args &lt;test_name&gt; --test-args --nocapture
333333
</code></pre>
334334
<div style="break-before: page; page-break-before: always;"></div><h1 id="library-optimizations-and-benchmarking"><a class="header" href="#library-optimizations-and-benchmarking">Library optimizations and benchmarking</a></h1>
335335
<p>Recommended reading: <a href="https://nnethercote.github.io/perf-book/title-page.html">The Rust performance book</a></p>

searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)