constant: Allow more constexpr constants.

This commit is contained in:
Emilio Cobos Álvarez
2022-04-21 12:28:13 +02:00
parent a0ab62469a
commit 15e1131160
7 changed files with 76 additions and 33 deletions
+3
View File
@@ -6,3 +6,6 @@ bitflags = true
[export]
prefix = "Style" # Just ensuring they play well together :)
[const]
allow_constexpr = true
+3
View File
@@ -1,2 +1,5 @@
[macro_expansion]
bitflags = true
[const]
allow_constexpr = true