mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-01 08:07:50 +00:00
Added num/malachite features for format crate (#109)
This commit is contained in:
parent
29c4728dbe
commit
8731e9fc50
7 changed files with 14 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::bigint::{BigInt, Sign};
|
||||
use itertools::{Itertools, PeekingNext};
|
||||
use malachite_bigint::{BigInt, Sign};
|
||||
use num_traits::FromPrimitive;
|
||||
use num_traits::{cast::ToPrimitive, Signed};
|
||||
use rustpython_literal::float;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue