mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
auto merge of #12570 : kyrias/rust/master, r=cmr
Adds a missing tilde to the end and the start of two .notrust blocks.
This commit is contained in:
+2
-2
@@ -2786,11 +2786,11 @@ src/animals.rs
|
||||
|
||||
src/mammals/humans.rs
|
||||
src/mammals/humans/mod.rs
|
||||
~~
|
||||
~~~
|
||||
|
||||
If the animals file is `src/animals/mod.rs`, `rustc` will look for:
|
||||
|
||||
~~ {.notrust}
|
||||
~~~ {.notrust}
|
||||
src/animals/mod.rs
|
||||
src/animals/fish.rs
|
||||
src/animals/fish/mod.rs
|
||||
|
||||
Reference in New Issue
Block a user