You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-28 03:28:32 +02:00
Format imports with imports_granularity = "Module".
This commit is contained in:
@ -13,8 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// ANCHOR: Philosopher
|
||||
use std::sync::mpsc;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::sync::{mpsc, Arc, Mutex};
|
||||
use std::thread;
|
||||
use std::time::Duration;
|
||||
|
||||
|
Reference in New Issue
Block a user