Index: pkg/dartdoc/lib/mirrors.dart |
diff --git a/pkg/dartdoc/lib/mirrors.dart b/pkg/dartdoc/lib/mirrors.dart |
index 092b92a4ee40b502a79039dc801d28f9ec9a8c15..d0e9afdd9cbe4b4160ddc88d1602404a988062b2 100644 |
--- a/pkg/dartdoc/lib/mirrors.dart |
+++ b/pkg/dartdoc/lib/mirrors.dart |
@@ -62,7 +62,7 @@ abstract class MirrorSystem { |
/** |
* An entity in the mirror system. |
*/ |
-abstract class Mirror implements Hashable { |
+abstract class Mirror { |
/** |
* The simple name of the entity. The simple name is in most cases the |
* the declared single identifier name of the entity, such as 'method' for |