mirror of
https://gitee.com/openharmony/third_party_rust_which-rs
synced 2024-11-23 07:29:42 +00:00
fix code format
This commit is contained in:
parent
49766c8d18
commit
e63fe6f5da
@ -142,7 +142,10 @@ where
|
||||
/// assert_eq!(binaries, python_paths);
|
||||
/// ```
|
||||
#[cfg(feature = "regex")]
|
||||
pub fn which_re_in<T>(regex: impl Borrow<Regex>, paths: Option<T>) -> Result<impl Iterator<Item = path::PathBuf>>
|
||||
pub fn which_re_in<T>(
|
||||
regex: impl Borrow<Regex>,
|
||||
paths: Option<T>,
|
||||
) -> Result<impl Iterator<Item = path::PathBuf>>
|
||||
where
|
||||
T: AsRef<OsStr>,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user