diff --git a/dev/bots/allowlist.dart b/dev/bots/allowlist.dart index e174a5bda33..9f9bf5e4912 100644 --- a/dev/bots/allowlist.dart +++ b/dev/bots/allowlist.dart @@ -25,7 +25,6 @@ const Set kCorePackageAllowList = { 'boolean_selector', 'characters', 'charcode', - 'cli_util', 'clock', 'collection', 'convert', diff --git a/dev/tools/dartdoc.dart b/dev/tools/dartdoc.dart index 26ab9cfb1c6..620168fb00e 100644 --- a/dev/tools/dartdoc.dart +++ b/dev/tools/dartdoc.dart @@ -173,7 +173,6 @@ Future main(List arguments) async { 'analyzer', 'args', 'barback', - 'cli_util', 'csslib', 'flutter_goldens', 'flutter_goldens_client',