Disallow group imports
For example: ``` use futures::{compat::Compat01As03, future::BoxFuture, prelude::*}; ``` and ``` use std::{ fmt::{self, Display}, result, }; ```
Showing
+1 -0
Please register or sign in to comment
For example: ``` use futures::{compat::Compat01As03, future::BoxFuture, prelude::*}; ``` and ``` use std::{ fmt::{self, Display}, result, }; ```