Skip to content

Commit 5705ef2

Browse files
committed
Fix errors
1 parent 93cbf64 commit 5705ef2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rust-2018/macros/macro-changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ For example, let's make a simplified (and slightly contrived) version of the `lo
9090
edition style:
9191

9292
```rust
93+
use std::fmt;
94+
9395
/// How important/severe the log message is.
9496
#[derive(Copy, Clone)]
9597
pub enum LogLevel {

0 commit comments

Comments
 (0)