1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

rustfmt the recent change

This commit is contained in:
Sylvestre Ledru 2021-04-02 23:31:22 +02:00
parent f10de40ab8
commit 4d7ad77433

View file

@ -7,7 +7,7 @@
// spell-checker:ignore (ToDO) filts, minidx, minkey paridx // spell-checker:ignore (ToDO) filts, minidx, minkey paridx
use std::iter::{Chain, Cycle, Copied}; use std::iter::{Chain, Copied, Cycle};
use std::slice::Iter; use std::slice::Iter;
/// A lazy Sieve of Eratosthenes. /// A lazy Sieve of Eratosthenes.