Mercurial > public > mercurial-scm > hg-stable
comparison rust/hg-core/src/utils.rs @ 50252:a6b8b1ab9116
branching: merge stable into default
The clippy god had to be appeased on some aspect.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 02 Mar 2023 19:02:52 +0100 |
parents | f5b168979626 8e0d823ef182 |
children | 14b57943ae6d |
comparison
equal
deleted
inserted
replaced
50251:2fbc109fd58a | 50252:a6b8b1ab9116 |
---|---|
13 use im_rc::ordmap::OrdMap; | 13 use im_rc::ordmap::OrdMap; |
14 use std::cell::Cell; | 14 use std::cell::Cell; |
15 use std::fmt; | 15 use std::fmt; |
16 use std::{io::Write, ops::Deref}; | 16 use std::{io::Write, ops::Deref}; |
17 | 17 |
18 pub mod debug; | |
18 pub mod files; | 19 pub mod files; |
19 pub mod hg_path; | 20 pub mod hg_path; |
20 pub mod path_auditor; | 21 pub mod path_auditor; |
21 | 22 |
22 /// Useful until rust/issues/56345 is stable | 23 /// Useful until rust/issues/56345 is stable |