]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/issue-34928.rs
rustdoc: use a newline instead of `<br>` to format code headers
[rust.git] / tests / rustdoc / issue-34928.rs
index 91b67757453d2e788343eb82a15fa1d26313d309..4184086f622abaff7f57fb211360c358ccfe15c8 100644 (file)
@@ -2,5 +2,5 @@
 
 pub trait Bar {}
 
-// @has foo/struct.Foo.html '//pre' 'pub struct Foo<T>(pub T)where T: Bar;'
+// @has foo/struct.Foo.html '//pre' 'pub struct Foo<T>(pub T) where T: Bar;'
 pub struct Foo<T>(pub T) where T: Bar;