Skip to content

Commit

Permalink
feat: rust-analyzer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blindspot22 committed Jan 27, 2025
1 parent 4f3aad9 commit d924bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct BuiltinAttribute {
#[derive(Clone, Copy)]
pub struct AttributeTemplate {
pub word: bool,
pub list: Option<&'static [&'static str]>,
pub list: Option<&'static str>,
pub name_value_str: Option<&'static str>,
}

Expand Down

0 comments on commit d924bea

Please sign in to comment.