| Index: lib/result.dart
|
| diff --git a/lib/result.dart b/lib/result.dart
|
| deleted file mode 100644
|
| index 627f2008b159246177dbc945c9457eecc6d8a8ec..0000000000000000000000000000000000000000
|
| --- a/lib/result.dart
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -/// Import `async.dart` instead.
|
| -@Deprecated("Will be removed in async 2.0.0.")
|
| -library dart.pkg.async.results;
|
| -
|
| -export "src/result.dart";
|
| -export "src/result/capture_transformer.dart";
|
| -export "src/result/error.dart";
|
| -export "src/result/release_transformer.dart";
|
| -export "src/result/value.dart";
|
|
|