Skip to content

Commit eccb5a5

Browse files
authored
Merge pull request #2929 from kyanagi/warning_category_performance
`Warning`のカテゴリに`:performance`を追加
2 parents 4ab6ef6 + f9d1ef5 commit eccb5a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

refm/api/src/_builtin/Warning

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ category の種類の警告を表示するかどうかのフラグを返しま
2727

2828
例: パターンマッチング
2929

30+
#@since 3.3
31+
: :performance
32+
パフォーマンスに関する警告。
33+
#@end
34+
3035
--- []=(category, flag) -> flag
3136

3237
category の警告を表示するかどうかのフラグを設定します。

0 commit comments

Comments
 (0)