Closed yannbolliger closed 3 years ago
Sometimes the prelude is used as use ::std::prelude:: ... and sometimes as use std::prelude:: .... This PR let's stainless ignore both of them.
use
use ::std::prelude:: ...
use std::prelude:: ...
Sometimes the prelude is
use
d asuse ::std::prelude:: ...
and sometimes asuse std::prelude:: ...
. This PR let's stainless ignore both of them.