Skip to content

Commit 874d511

Browse files
lrhnnatebosch
andauthored
Turn top-library comment into non-dartdoc. (#1290)
* Turn top-library comment into non-dartdoc. Prepare for lints 3.0.0, which reports this as a dangling library comment, when it's probably just not intended a doc comment at all. * Update lib/src/debug.dart Keep as doc-comment, adding the then required `library;` to sit on. Co-authored-by: Nate Bosch <[email protected]> --------- Co-authored-by: Nate Bosch <[email protected]>
1 parent c5d20ba commit 874d511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/debug.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
/// Internal debugging utilities.
6+
library;
7+
68
import 'dart:math' as math;
79

810
import 'chunk.dart';

0 commit comments

Comments
 (0)