summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/where.bravo_trait_decl.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/where.bravo_trait_decl.html')
-rw-r--r--tests/rustdoc/where.bravo_trait_decl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc/where.bravo_trait_decl.html b/tests/rustdoc/where.bravo_trait_decl.html
index 00524201a..3f1c994b0 100644
--- a/tests/rustdoc/where.bravo_trait_decl.html
+++ b/tests/rustdoc/where.bravo_trait_decl.html
@@ -1,5 +1,5 @@
-<code>pub trait Bravo&lt;B&gt;<span class="where fmt-newline">where
- B: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a>,</span>{
+<code>pub trait Bravo&lt;B&gt;<div class="where">where
+ B: <a class="trait" href="trait.MyTrait.html" title="trait foo::MyTrait">MyTrait</a>,</div>{
// Required method
fn <a href="#tymethod.get" class="fn">get</a>(&amp;self, B: B);
}</code> \ No newline at end of file