Auto merge of #9481 - giraffate:fix_indents, r=xFrednet
Fix indents Markdowns are not displayed correctly. https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/common_tools_writing_lints.md#dealing-with-macros-and-expansions changelog: none
This commit is contained in:
commit
56a8ef4dbe
@ -227,9 +227,9 @@ functions to deal with macros:
|
||||
crates
|
||||
|
||||
```rust
|
||||
use rustc_middle::lint::in_external_macro;
|
||||
use rustc_middle::lint::in_external_macro;
|
||||
|
||||
use a_crate_with_macros::foo;
|
||||
use a_crate_with_macros::foo;
|
||||
|
||||
// `foo` is defined in `a_crate_with_macros`
|
||||
foo!("bar");
|
||||
|
Loading…
Reference in New Issue
Block a user