]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_errors/src/snippet.rs
Rollup merge of #105768 - fee1-dead-contrib:iat-style, r=eholk
[rust.git] / compiler / rustc_errors / src / snippet.rs
index 64353461e90e0cbe80e7dea4a98b39ebae3636f1..e4cc44c41ddec5c41506864b68fb6e1f9dbe137b 100644 (file)
@@ -69,9 +69,6 @@ pub enum AnnotationType {
     /// Annotation under a single line of code
     Singleline,
 
-    /// Annotation enclosing the first and last character of a multiline span
-    Multiline(MultilineAnnotation),
-
     // The Multiline type above is replaced with the following three in order
     // to reuse the current label drawing code.
     //