| Index: lib/collection.dart
|
| diff --git a/lib/collection.dart b/lib/collection.dart
|
| index b2c7e73c5cf4fe8955d7f0dcdddf6a8f0ad943ac..95b84799b5871dfa4cb1f3fe195baa094c277c11 100644
|
| --- a/lib/collection.dart
|
| +++ b/lib/collection.dart
|
| @@ -9,5 +9,7 @@ export "src/equality.dart";
|
| export "src/iterable_zip.dart";
|
| export "src/priority_queue.dart";
|
| export "src/queue_list.dart";
|
| +export "src/union_set.dart";
|
| +export "src/union_set_controller.dart";
|
| export "src/unmodifiable_wrappers.dart";
|
| export "src/wrappers.dart";
|
|
|