Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 15a5d7e

Browse files
committed
remove experimental warning
1 parent 4013b32 commit 15a5d7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/rules/prefer_asserts_in_initializer_lists.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ import 'package:linter/src/analyzer.dart';
1010
const _desc = r'Prefer putting asserts in initializer list.';
1111

1212
const _details = r'''
13-
14-
**WARNING** Putting asserts in initializer lists is only possible using an
15-
experimental language feature that might be removed.
16-
1713
**DO** put asserts in initializer list for constructors with only asserts in
1814
their body.
1915

0 commit comments

Comments
 (0)