Skip to content

Commit 48925cf

Browse files
authored
Merge pull request flutter#68 from MichaelRFairhurst/remove-async-import
Remove unnecessary dart:async import.
2 parents 7138abb + 06dacc2 commit 48925cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/pedantic.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:async' show Future;
6-
75
/// Indicates to tools that [future] is intentionally not `await`-ed.
86
///
97
/// In an `async` context, it is normally expected that all [Future]s are

0 commit comments

Comments
 (0)