We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3aad9 commit d924beaCopy full SHA for d924bea
src/tools/rust-analyzer/crates/hir-expand/src/inert_attr_macro.rs
@@ -23,7 +23,7 @@ pub struct BuiltinAttribute {
23
#[derive(Clone, Copy)]
24
pub struct AttributeTemplate {
25
pub word: bool,
26
- pub list: Option<&'static [&'static str]>,
+ pub list: Option<&'static str>,
27
pub name_value_str: Option<&'static str>,
28
}
29
0 commit comments