| Index: pkg/analyzer/lib/src/generated/error.dart
 | 
| diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
 | 
| index 2d4b7b953869e901a66ab4bbbfa9f26bce9fccef..86f83ad08f70d69c99a51a4cabd6e6ed9dcea7bd 100644
 | 
| --- a/pkg/analyzer/lib/src/generated/error.dart
 | 
| +++ b/pkg/analyzer/lib/src/generated/error.dart
 | 
| @@ -2621,6 +2621,11 @@ class HintCode extends ErrorCode {
 | 
|    static const HintCode UNNECESSARY_TYPE_CHECK_TRUE = const HintCode('UNNECESSARY_TYPE_CHECK_TRUE', "Unnecessary type check, the result is always true");
 | 
|  
 | 
|    /**
 | 
| +   * See [Modifier.IS_USED_IN_LIBRARY].
 | 
| +   */
 | 
| +  static const HintCode UNUSED_ELEMENT = const HintCode('UNUSED_ELEMENT', "The {0} '{1}' is not used");
 | 
| +
 | 
| +  /**
 | 
|     * Unused imports are imports which are never used.
 | 
|     */
 | 
|    static const HintCode UNUSED_IMPORT = const HintCode('UNUSED_IMPORT', "Unused import");
 | 
| 
 |