Remove Float trait.

This commit is contained in:
Stephen Chung
2021-03-29 11:36:15 +08:00
parent e5249cc1ae
commit 60f8a7f91c
6 changed files with 1 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ use crate::stdlib::{
fmt,
hash::{Hash, Hasher},
ops::{Deref, DerefMut},
string::String,
string::{String, ToString},
};
use crate::{FnPtr, ImmutableString, INT};