You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-17 06:37:34 +02:00
Fix inconsistent filename styling (#1274)
Addresses https://github.com/google/comprehensive-rust/issues/625 Pages with inconsistent styling: [Bare Metal Rust Afternoon Solutions](https://google.github.io/comprehensive-rust/exercises/bare-metal/solutions-afternoon.html) [Concurrency Afternoon Solutions](https://google.github.io/comprehensive-rust/exercises/concurrency/solutions-afternoon.html) [Microcontroller > Debugging Page](https://google.github.io/comprehensive-rust/bare-metal/microcontrollers/debugging.html)
This commit is contained in:
@ -12,13 +12,13 @@
|
||||
|
||||
([back to exercise](chat-app.md))
|
||||
|
||||
`src/bin/server.rs`:
|
||||
_src/bin/server.rs_:
|
||||
|
||||
```rust,compile_fail
|
||||
{{#include chat-async/src/bin/server.rs:solution}}
|
||||
```
|
||||
|
||||
`src/bin/client.rs`:
|
||||
_src/bin/client.rs_:
|
||||
|
||||
```rust,compile_fail
|
||||
{{#include chat-async/src/bin/client.rs:solution}}
|
||||
|
Reference in New Issue
Block a user