Remove outdated primary_label change

This commit is contained in:
Will Crichton 2023-09-20 11:21:12 -07:00
parent 1905af07ef
commit 529b482afe
1 changed files with 1 additions and 9 deletions

View File

@ -19,15 +19,7 @@ mod utils;
#[proc_macro_derive(
Diagnostic,
attributes(
diagnostic,
source_code,
label,
primary_label,
related,
help,
diagnostic_source
)
attributes(diagnostic, source_code, label, related, help, diagnostic_source)
)]
pub fn derive_diagnostic(input: proc_macro::TokenStream) -> proc_macro::TokenStream {
let input = parse_macro_input!(input as DeriveInput);