lets_expect_core/core/keyword.rs
1use syn::custom_keyword;
2
3custom_keyword!(after);
4custom_keyword!(before);
5custom_keyword!(expect);
6custom_keyword!(when);
7custom_keyword!(to);
8custom_keyword!(story);
9custom_keyword!(have);
10custom_keyword!(make);
11custom_keyword!(change);
12custom_keyword!(not_change);
13custom_keyword!(panic);
14custom_keyword!(not_panic);
15custom_keyword!(be_some_and);
16custom_keyword!(be_ok_and);
17custom_keyword!(be_err_and);