Skip to content

Commit c8841f2

Browse files
authored
Merge pull request #2289 from ehuss/fix-front_of_house-mod
Fix broken front_of_house.rs test on nightly.
2 parents 6fb3705 + d5584fb commit c8841f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ch07-05-separating-modules-into-different-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ declaration of the `hosting` module:
3939

4040
<span class="filename">Filename: src/front_of_house.rs</span>
4141

42-
```
42+
```rust,ignore
4343
{{#rustdoc_include ../listings/ch07-managing-growing-projects/no-listing-02-extracting-hosting/src/front_of_house.rs}}
4444
```
4545

@@ -49,7 +49,7 @@ Then we create a *src/front_of_house* directory and a file
4949

5050
<span class="filename">Filename: src/front_of_house/hosting.rs</span>
5151

52-
```
52+
```rust
5353
{{#rustdoc_include ../listings/ch07-managing-growing-projects/no-listing-02-extracting-hosting/src/front_of_house/hosting.rs}}
5454
```
5555

0 commit comments

Comments
 (0)