There was an error while loading. Please reload this page.
state_machines_macros
1 parent 2b4c6d9 commit 08bca51Copy full SHA for 08bca51
1 file changed
src/verus.rs
@@ -154,6 +154,7 @@ pub fn system_crates() -> HashSet<&'static str> {
154
"vstd",
155
"verus_builtin",
156
"verus_builtin_macros",
157
+ "verus_state_machines_macros",
158
])
159
}
160
@@ -166,6 +167,7 @@ pub fn system_crates() -> HashSet<&'static str> {
166
167
168
169
170
171
172
173
@@ -176,10 +178,9 @@ pub fn system_crates() -> HashSet<&'static str> {
176
178
"build-script-build",
177
179
"borsh",
180
- // "builtin",
- // "builtin_macros",
181
182
183
184
185
186
0 commit comments