From c9d73911d8d42beab1517537a87c1de75ae76c01 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Thu, 6 Dec 2018 13:50:48 -0500 Subject: [PATCH] Clarify uniform paths are not yet in Rust 2018 --- src/rust-2018/module-system/path-clarity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust-2018/module-system/path-clarity.md b/src/rust-2018/module-system/path-clarity.md index 122c6811..432c2f23 100644 --- a/src/rust-2018/module-system/path-clarity.md +++ b/src/rust-2018/module-system/path-clarity.md @@ -347,7 +347,7 @@ fn func() { } ``` -With Rust 2018, however, the same code will also work completely unmodified in +With uniform paths, however, the same code will also work completely unmodified in a submodule: ```rust,ignore