Skip to content

Commit 301092e

Browse files
committed
Remove automatic feature freeze comment
The feature freeze period is over.
1 parent 55570c9 commit 301092e

File tree

5 files changed

+0
-108
lines changed

5 files changed

+0
-108
lines changed

.github/workflows/feature_freeze.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

book/src/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Clippy
22

3-
[### IMPORTANT NOTE FOR CONTRIBUTORS ================](development/feature_freeze.md)
4-
5-
----
6-
73
[![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/clippy.svg)](https://github.com/rust-lang/rust-clippy#license)
84

95
A collection of lints to catch common mistakes and improve your

book/src/SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
- [GitLab CI](continuous_integration/gitlab.md)
1414
- [Travis CI](continuous_integration/travis.md)
1515
- [Development](development/README.md)
16-
- [IMPORTANT: FEATURE FREEZE](development/feature_freeze.md)
1716
- [Basics](development/basics.md)
1817
- [Adding Lints](development/adding_lints.md)
1918
- [Defining Lints](development/defining_lints.md)

book/src/development/adding_lints.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Adding a new lint
22

3-
[### IMPORTANT NOTE FOR CONTRIBUTORS ================](feature_freeze.md)
4-
5-
63
You are probably here because you want to add a new lint to Clippy. If this is
74
the first time you're contributing to Clippy, this document guides you through
85
creating an example lint from scratch.

book/src/development/feature_freeze.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)