mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
libstd: fix fallout
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
use super::{BytesContainer, GenericPath, GenericPathUnsafe};
|
||||
|
||||
/// Iterator that yields successive components of a Path as &[u8]
|
||||
pub type Components<'a> = Splits<'a, u8>;
|
||||
pub type Components<'a> = Splits<'a, u8, fn(&u8) -> bool>;
|
||||
|
||||
/// Iterator that yields successive components of a Path as Option<&str>
|
||||
pub type StrComponents<'a> =
|
||||
|
||||
Reference in New Issue
Block a user