From 7739cf8f465e6f721f81f088eb881eecdbd074ae Mon Sep 17 00:00:00 2001 From: David Alber Date: Mon, 19 Feb 2018 22:20:37 -0800 Subject: [PATCH] Modifying `reorder_extern_crates` example to show effect on groups --- Configurations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Configurations.md b/Configurations.md index 82fb89df5f5..18e57e1983a 100644 --- a/Configurations.md +++ b/Configurations.md @@ -1346,6 +1346,7 @@ extern crate sit; ```rust extern crate lorem; extern crate ipsum; + extern crate dolor; extern crate sit; ```