remove unnecessary attribute from a diagnostic

This commit is contained in:
Takayuki Maeda 2023-05-05 17:28:52 +09:00
parent 74c4821045
commit 0a64dac604
3 changed files with 22 additions and 1 deletions

View file

@ -657,7 +657,6 @@ pub enum ImplNotMarkedDefault {
#[note]
Err {
#[primary_span]
#[label]
span: Span,
cname: Symbol,
ident: Symbol,