diff --git a/rfcs/STATUS.md b/rfcs/STATUS.md index 5d2d835c..2b372622 100644 --- a/rfcs/STATUS.md +++ b/rfcs/STATUS.md @@ -29,14 +29,6 @@ This document tracks unimplemented RFCs. **Status**: Implemented but not fully rolled out yet. -## Nil-forgiving operator - -[RFC: nil-forgiving postfix operator !](https://github.com/Roblox/luau/blob/master/rfcs/syntax-nil-forgiving-operator.md) - -**Status**: Needs implementation. - -**Notes**: Do we need to reevaluate the necessity given `assert` and improved refinements? - ## Safe navigation operator [RFC: Safe navigation postfix operator (?)](https://github.com/Roblox/luau/blob/master/rfcs/syntax-safe-navigation-operator.md) @@ -56,9 +48,3 @@ This document tracks unimplemented RFCs. [RFC: Generalized iteration](https://github.com/Roblox/luau/blob/master/rfcs/generalized-iteration.md) **Status**: Needs implementation - -## table.clone - -[RFC: table.clone](https://github.com/Roblox/luau/blob/master/rfcs/function-table-clone.md) - -**Status**: Needs implementation