ok/jj
1
0
Fork 0
forked from mirrors/jj

cleanup: consistently import std::fmt

This commit is contained in:
Yuya Nishihara 2024-08-23 11:56:52 +09:00
parent 87fb169266
commit f1be5c59f3

View file

@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use core::fmt;
use std::borrow::Cow;
use std::collections::BTreeMap;
use std::collections::HashSet;
@ -20,6 +19,7 @@ use std::env;
use std::env::ArgsOs;
use std::env::VarError;
use std::ffi::OsString;
use std::fmt;
use std::fmt::Debug;
use std::fs;
use std::io;