]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/whitespace-after-where-clause.enum.html
rustdoc: use a newline instead of `<br>` to format code headers
[rust.git] / tests / rustdoc / whitespace-after-where-clause.enum.html
1 <pre class="rust item-decl"><code>pub enum Cow&lt;'a, B&gt;<span class="where fmt-newline">where
2     B: <a class="trait" href="trait.ToOwned.html" title="trait foo::ToOwned">ToOwned</a>&lt;dyn <a class="trait" href="{{channel}}/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>&gt; + ?<a class="trait" href="{{channel}}/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> + 'a,</span>{
3     Borrowed(<a class="primitive" href="{{channel}}/std/primitive.reference.html">&amp;'a B</a>),
4     Whatever(<a class="primitive" href="{{channel}}/std/primitive.u32.html">u32</a>),
5 }</code></pre>