| Index: lib/src/exception.dart
|
| diff --git a/lib/src/exception.dart b/lib/src/exception.dart
|
| index 50177d657f6cb46acb5dd4ff0f0a5e1f90102ea9..84bf5e8612e968721a8c200a10cb258bab6f19a6 100644
|
| --- a/lib/src/exception.dart
|
| +++ b/lib/src/exception.dart
|
| @@ -2,8 +2,6 @@
|
| // 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.
|
|
|
| -library string_scanner.exception;
|
| -
|
| import 'package:source_span/source_span.dart';
|
|
|
| /// An exception thrown by a [StringScanner] that failed to parse a string.
|
|
|