We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92634bf commit 88dcf2fCopy full SHA for 88dcf2f
ci/svd2rust-regress/src/tests.rs
@@ -104,6 +104,8 @@ impl ToSanitizedSnakeCase for str {
104
abstract,
105
alignof,
106
as,
107
+ async,
108
+ await,
109
become,
110
box,
111
break,
@@ -143,6 +145,7 @@ impl ToSanitizedSnakeCase for str {
143
145
super,
144
146
trait,
147
true,
148
+ try,
149
type,
150
typeof,
151
unsafe,
src/util.rs
@@ -49,6 +49,8 @@ impl ToSanitizedSnakeCase for str {
49
50
51
52
53
54
55
56
@@ -88,6 +90,7 @@ impl ToSanitizedSnakeCase for str {
88
90
89
91
92
93
94
95
96
0 commit comments