]> git.lizzy.rs Git - rust.git/blob - src/librustdoc/html/highlight/fixtures/dos_line.html
Auto merge of #98457 - japaric:gh98378, r=m-ou-se
[rust.git] / src / librustdoc / html / highlight / fixtures / dos_line.html
1 <span class="kw">pub fn </span>foo() {
2 <span class="macro">println!</span>(<span class="string">&quot;foo&quot;</span>);
3 }