aboutsummaryrefslogtreecommitdiff
path: root/xtask/src
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src')
-rw-r--r--xtask/src/release.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/release.rs b/xtask/src/release.rs
index 07073397f..452f351d0 100644
--- a/xtask/src/release.rs
+++ b/xtask/src/release.rs
@@ -15,7 +15,7 @@ impl flags::Release {
15 // it. As we are setting `release` branch to an up-to-date `nightly` 15 // it. As we are setting `release` branch to an up-to-date `nightly`
16 // tag, this shouldn't be problematic in general. 16 // tag, this shouldn't be problematic in general.
17 // 17 //
18 // Note that, as we tag releases, we don't worry about "loosing" 18 // Note that, as we tag releases, we don't worry about "losing"
19 // commits -- they'll be kept alive by the tag. More generally, we 19 // commits -- they'll be kept alive by the tag. More generally, we
20 // don't care about historic releases all that much, it's fine even 20 // don't care about historic releases all that much, it's fine even
21 // to delete old tags. 21 // to delete old tags.