]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/html/highlight/fixtures/dos_line.html
Rollup merge of #88313 - jyn514:pre-push, r=Mark-Simulacrum
[rust.git] / src / librustdoc / html / highlight / fixtures / dos_line.html
1 <span class="kw">pub</span> <span class="kw">fn</span> <span class="ident">foo</span>() {
2 <span class="macro">println!</span>(<span class="string">&quot;foo&quot;</span>);
3 }