Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Fix new unused import diagnostic (#198)
Browse files Browse the repository at this point in the history
The check is now stronger and surfaces imports that are only exposing
symbols that are also available through other imports.
  • Loading branch information
natebosch authored May 20, 2021
1 parent 3c4db06 commit 139c4e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/empty_unmodifiable_set.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import 'dart:collection';

import 'package:collection/collection.dart';

import 'unmodifiable_wrappers.dart';

/// An unmodifiable, empty set which can be constant.
class EmptyUnmodifiableSet<E> extends IterableBase<E>
with UnmodifiableSetMixin<E>
Expand Down

0 comments on commit 139c4e2

Please sign in to comment.