diff --git a/examples/highlight_title.rs b/examples/highlight_title.rs index 12c106a6..218e414f 100644 --- a/examples/highlight_title.rs +++ b/examples/highlight_title.rs @@ -5,7 +5,6 @@ fn main() { let source = r#"// Make sure "highlighted" code is colored purple //@ compile-flags: --error-format=human --color=always -//@ error-pattern:for<'a>  //@ edition:2018 use core::pin::Pin; @@ -24,8 +23,7 @@ fn wrapped_fn<'a>(_: Box<(dyn Any + Send)>) -> Pin +