Enable attribute proc macros by default
This commit is contained in:
@@ -143,7 +143,7 @@ config_data! {
|
||||
diagnostics_warningsAsInfo: Vec<String> = "[]",
|
||||
|
||||
/// Expand attribute macros.
|
||||
experimental_procAttrMacros: bool = "false",
|
||||
experimental_procAttrMacros: bool = "true",
|
||||
|
||||
/// Controls file watching implementation.
|
||||
files_watcher: String = "\"client\"",
|
||||
|
||||
Reference in New Issue
Block a user