You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-17 14:47:35 +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:
@ -1,6 +1,6 @@
|
|||||||
# Debugging
|
# Debugging
|
||||||
|
|
||||||
Embed.toml:
|
_Embed.toml_:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[default.general]
|
[default.general]
|
||||||
|
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
([back to exercise](rtc.md))
|
([back to exercise](rtc.md))
|
||||||
|
|
||||||
`main.rs`:
|
_main.rs_:
|
||||||
|
|
||||||
```rust,compile_fail
|
```rust,compile_fail
|
||||||
{{#include rtc/src/main.rs:solution}}
|
{{#include rtc/src/main.rs:solution}}
|
||||||
```
|
```
|
||||||
|
|
||||||
`pl031.rs`:
|
_pl031.rs_:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
{{#include rtc/src/pl031.rs:solution}}
|
{{#include rtc/src/pl031.rs:solution}}
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
([back to exercise](chat-app.md))
|
([back to exercise](chat-app.md))
|
||||||
|
|
||||||
`src/bin/server.rs`:
|
_src/bin/server.rs_:
|
||||||
|
|
||||||
```rust,compile_fail
|
```rust,compile_fail
|
||||||
{{#include chat-async/src/bin/server.rs:solution}}
|
{{#include chat-async/src/bin/server.rs:solution}}
|
||||||
```
|
```
|
||||||
|
|
||||||
`src/bin/client.rs`:
|
_src/bin/client.rs_:
|
||||||
|
|
||||||
```rust,compile_fail
|
```rust,compile_fail
|
||||||
{{#include chat-async/src/bin/client.rs:solution}}
|
{{#include chat-async/src/bin/client.rs:solution}}
|
||||||
|
Reference in New Issue
Block a user