Skip to content

Commit f756c8f

Browse files
committed
Fix bad code block
In markdown, a blank line ends an html block.
1 parent 823ab65 commit f756c8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/Project-Goals-2025-September-Update.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ Evolving trait hierarchies <a href='https://github.com/rust-lang/rust-project-go
643643
<h2>Whether to require impls to opt-out of <code>auto impl</code>s</h2>
644644
<p>The current RFC proposes that</p>
645645
<pre><code class="language-rust">impl Supertrait for MyType {}
646-
647646
impl Subtrait for MyType {
648647
// Required in order to manually write `Supertrait` for MyType.
649648
extern impl Supertrait;

0 commit comments

Comments
 (0)