summaryrefslogtreecommitdiffstats
path: root/src/module.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-09-08 12:09:21 -0400
committerGitHub <noreply@github.com>2020-09-08 12:09:21 -0400
commitd3100c5c822b4ee38d18cad8cb1df31e3a1f2fbc (patch)
treefe3201cc8a3c8f072e98ca2c8219233bb4640be0 /src/module.rs
parent17e8115f16ddd80190afe02f4879469f82c2872c (diff)
fix: use suffixes for modules before directory (#1645)
Previously, all modules would have prefixes, which lead to the first module having a dangling prefix. This change ensures that the first few modules would instead have suffixes so that we don't start or end with a prefix or suffix.
Diffstat (limited to 'src/module.rs')
-rw-r--r--src/module.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module.rs b/src/module.rs
index 3aa1cfea2..5ffb0cb69 100644
--- a/src/module.rs
+++ b/src/module.rs
@@ -6,7 +6,7 @@ use std::fmt;
// List of all modules
// Keep these ordered alphabetically.
-// Default ordering is handled in configs/mod.rs
+// Default ordering is handled in configs/starship_root.rs
pub const ALL_MODULES: &[&str] = &[
"aws",
#[cfg(feature = "battery")]