diff options
Diffstat (limited to 'library/core/benches/num/mod.rs')
| -rw-r--r-- | library/core/benches/num/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/benches/num/mod.rs b/library/core/benches/num/mod.rs index c1dc3a30622..7ff7443cfa7 100644 --- a/library/core/benches/num/mod.rs +++ b/library/core/benches/num/mod.rs @@ -2,6 +2,7 @@ mod dec2flt; mod flt2dec; mod int_log; mod int_pow; +mod int_sqrt; use std::str::FromStr; |
