wisespace-io / binance-rs

Rust Library for the Binance API
Other
636 stars 287 forks source link

deglob imports in tests and examples #187

Open danieleades opened 1 year ago

danieleades commented 1 year ago

deglob import statements.

I've also removed one level of unnecessary #[cfg(test)] nesting in the integration tests, which unfortunately has made the diff a little hard to parse.