From 5c2740177d080a1b40c6bdf6fbcc9b07679375f3 Mon Sep 17 00:00:00 2001 From: "Rafael Villar Burke (Pachi)" Date: Wed, 23 Aug 2017 13:06:28 +0200 Subject: [PATCH] Fix crate namespace leftover I believe this is a leftover from the last version, where the `crate` namespace was used instead of `local`. --- 0000-modules/motivation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0000-modules/motivation.md b/0000-modules/motivation.md index 3ca06718a59..684964fa55f 100644 --- a/0000-modules/motivation.md +++ b/0000-modules/motivation.md @@ -107,7 +107,7 @@ believe the confusion has two causes, both addressed by this RFC. In the crate root, absolute and relative paths are the same today. In other languages this tends not to be the case. Instead, a common system is to place the root of the current package under some namespace; this RFC proposes to do -just that, using the new `crate` namespace. +just that, using the new `local` namespace. This will make absolute paths different from relative paths in every module, including the crate root, so that users do not get mislead into believing that