From 2c12badb5c2e377ea6644dc8206e753d1d43c3a6 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 3 Aug 2022 15:40:57 -0700 Subject: [PATCH] Update RFC status page --- rfcs/STATUS.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/rfcs/STATUS.md b/rfcs/STATUS.md index 23a1be8..d2fe86f 100644 --- a/rfcs/STATUS.md +++ b/rfcs/STATUS.md @@ -26,15 +26,3 @@ This document tracks unimplemented RFCs. [RFC: Lower bounds calculation](https://github.com/Roblox/luau/blob/master/rfcs/lower-bounds-calculation.md) **Status**: Implemented but not fully rolled out yet. - -## never and unknown types - -[RFC: never and unknown types](https://github.com/Roblox/luau/blob/master/rfcs/never-and-unknown-types.md) - -**Status**: Needs implementation - -## __len metamethod for tables and rawlen function - -[RFC: Support __len metamethod for tables and rawlen function](https://github.com/Roblox/luau/blob/master/rfcs/len-metamethod-rawlen.md) - -**Status**: Needs implementation