Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d924bea

Browse files
committedJan 27, 2025··
feat: rust-analyzer update
1 parent 4f3aad9 commit d924bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/tools/rust-analyzer/crates/hir-expand/src/inert_attr_macro.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub struct BuiltinAttribute {
2323
#[derive(Clone, Copy)]
2424
pub struct AttributeTemplate {
2525
pub word: bool,
26-
pub list: Option<&'static [&'static str]>,
26+
pub list: Option<&'static str>,
2727
pub name_value_str: Option<&'static str>,
2828
}
2929

0 commit comments

Comments
 (0)
Please sign in to comment.