You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-17 22:57:35 +02:00
Italic filenames formatted accordingly (#1259)
**Task** Addresses: https://github.com/google/comprehensive-rust/issues/625 Certain pages in the mdbook that display filenames have inconsistent styling. The style we want to follow: [the interop section](https://google.github.io/comprehensive-rust/android/interoperability/java.html) The current problem: [the RTC driver](https://google.github.io/comprehensive-rust/exercises/bare-metal/rtc.html) excercise page. -- @mgeisler I checked this feature by looking through every page 
This commit is contained in:
@ -12,7 +12,7 @@ server.
|
||||
|
||||
Create a new Cargo project and add the following dependencies:
|
||||
|
||||
`Cargo.toml`:
|
||||
_Cargo.toml_:
|
||||
|
||||
<!-- File Cargo.toml -->
|
||||
|
||||
@ -47,7 +47,7 @@ Copy the following server and client code into `src/bin/server.rs` and
|
||||
`src/bin/client.rs`, respectively. Your task is to complete these files as
|
||||
described below.
|
||||
|
||||
`src/bin/server.rs`:
|
||||
_src/bin/server.rs_:
|
||||
|
||||
<!-- File src/bin/server.rs -->
|
||||
|
||||
@ -61,7 +61,7 @@ described below.
|
||||
{{#include chat-async/src/bin/server.rs:main}}
|
||||
```
|
||||
|
||||
`src/bin/client.rs`:
|
||||
_src/bin/client.rs_:
|
||||
|
||||
<!-- File src/bin/client.rs -->
|
||||
|
||||
|
Reference in New Issue
Block a user