remove 'static in some places

This commit is contained in:
Jana Dönszelmann
2025-03-07 15:34:14 +01:00
parent e6a5f281ec
commit e2afe04e2e
7 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ pub(crate) struct ReprParser;
impl<S: Stage> CombineAttributeParser<S> for ReprParser {
type Item = (ReprAttr, Span);
const PATH: &'static [Symbol] = &[sym::repr];
const PATH: &[Symbol] = &[sym::repr];
const CONVERT: ConvertFn<Self::Item> = AttributeKind::Repr;
fn extend<'c>(