summaryrefslogtreecommitdiffstats
path: root/core/src/align.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/align.rs')
-rw-r--r--core/src/align.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/align.rs b/core/src/align.rs
index 5dbd658d..d6915086 100644
--- a/core/src/align.rs
+++ b/core/src/align.rs
@@ -15,7 +15,4 @@ pub enum Align {
/// Align at the end of the cross axis.
End,
-
- /// Stretch over the cross axis.
- Stretch,
}