Skip to content

Commit 5fbdee7

Browse files
committed
Introduce intentional mistake
1 parent edacc02 commit 5fbdee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/src/html.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ impl Type {
163163
options.push(Type::None);
164164
}
165165

166-
if extract(&["auto"]) {
166+
if extract(&["autos"]) {
167167
options.push(Type::Auto);
168168
}
169169

0 commit comments

Comments
 (0)