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:
commit
86177dbbcf
1 changed files with 2 additions and 2 deletions
|
@ -2786,11 +2786,11 @@ src/animals.rs
|
||||||
|
|
||||||
src/mammals/humans.rs
|
src/mammals/humans.rs
|
||||||
src/mammals/humans/mod.rs
|
src/mammals/humans/mod.rs
|
||||||
~~
|
~~~
|
||||||
|
|
||||||
If the animals file is `src/animals/mod.rs`, `rustc` will look for:
|
If the animals file is `src/animals/mod.rs`, `rustc` will look for:
|
||||||
|
|
||||||
~~ {.notrust}
|
~~~ {.notrust}
|
||||||
src/animals/mod.rs
|
src/animals/mod.rs
|
||||||
src/animals/fish.rs
|
src/animals/fish.rs
|
||||||
src/animals/fish/mod.rs
|
src/animals/fish/mod.rs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue