Enable attribute proc macros by default

This commit is contained in:
Laurențiu Nicola
2021-09-27 18:11:31 +03:00
parent 009e6ceb1d
commit 81891f7abe
3 changed files with 3 additions and 3 deletions

View File

@@ -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\"",