Modifying reorder_extern_crates example to show effect on groups

This commit is contained in:
David Alber 2018-02-19 22:20:37 -08:00
parent 00cab7e74c
commit 7739cf8f46

View File

@ -1346,6 +1346,7 @@ extern crate sit;
```rust ```rust
extern crate lorem; extern crate lorem;
extern crate ipsum; extern crate ipsum;
extern crate dolor; extern crate dolor;
extern crate sit; extern crate sit;
``` ```