summaryrefslogtreecommitdiffstats
path: root/src/configs/starship_root.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/configs/starship_root.rs')
-rw-r--r--src/configs/starship_root.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configs/starship_root.rs b/src/configs/starship_root.rs
index cefa85075..1c96cacd0 100644
--- a/src/configs/starship_root.rs
+++ b/src/configs/starship_root.rs
@@ -2,6 +2,7 @@ use crate::{config::ModuleConfig, module::ALL_MODULES};
use serde::Serialize;
+// On changes please also update the `FullConfig` struct in `mod.rs`
#[derive(Clone, Serialize)]
pub struct StarshipRootConfig<'a> {
pub format: &'a str,