Skip to content

Commit 259aba3

Browse files
author
robo9k
committed
Remove deprecated std::num::Float trait import
1 parent 755a22d commit 259aba3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vm.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ use std::slice::Chunks;
1010

1111
use rand::Rng;
1212

13-
use std::num::Float;
14-
1513
/// Size of the RAM in bytes
1614
const RAM_SIZE: usize = 4096;
1715
/// Depth of the stack

0 commit comments

Comments
 (0)