Skip to content

Commit 8dfd2e9

Browse files
committed
rebase and fix
1 parent 1a9e821 commit 8dfd2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tetris/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![no_main]
33

44
#![allow(dead_code)]
5-
#![feature(const_fn)]
5+
#![feature(const_fn_trait_bound)]
66

77
extern crate alloc;
88

0 commit comments

Comments
 (0)