From 50983115f2bca182ff56eca626a9a808d4bec088 Mon Sep 17 00:00:00 2001 From: Aviral Goel Date: Mon, 10 Jun 2024 09:26:11 -0700 Subject: [PATCH] Remove warning section --- docs/syntax-attribute-functions-native.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/syntax-attribute-functions-native.md b/docs/syntax-attribute-functions-native.md index c1ccdb1..05414d3 100644 --- a/docs/syntax-attribute-functions-native.md +++ b/docs/syntax-attribute-functions-native.md @@ -37,11 +37,6 @@ function parent() end ``` -The implementation _may_ choose to issue warning in the following cases where `@native` attribute is redundant: - -1. A function has more than one occurrence of `@native` attribute -2. A function has a `@native` attribute when the script is annotated with `--!native` comment directive. - ## Drawbacks Introducing this attribute will have two adverse consequences: