Skip to content

Commit a392370

Browse files
committed
Fix indents
1 parent ba9afaf commit a392370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/development/common_tools_writing_lints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ functions to deal with macros:
227227
crates
228228

229229
```rust
230-
use rustc_middle::lint::in_external_macro;
230+
use rustc_middle::lint::in_external_macro;
231231

232-
use a_crate_with_macros::foo;
232+
use a_crate_with_macros::foo;
233233

234234
// `foo` is defined in `a_crate_with_macros`
235235
foo!("bar");

0 commit comments

Comments
 (0)