Reformat with rustfmt

This commit is contained in:
Daniel Shaulov
2019-05-27 22:19:07 +03:00
parent b2f17a18ea
commit bd89c4e32b
4 changed files with 8 additions and 8 deletions

View File

@@ -8,9 +8,9 @@
use num_bigint::BigInt;
use num_complex::Complex64;
use rustpython_parser::ast;
use serde::{Deserialize, Serialize};
use std::collections::{HashMap, HashSet};
use std::fmt;
use serde::{Serialize, Deserialize};
/// Primary container of a single code object. Each python function has
/// a codeobject. Also a module has a codeobject.