code format

This commit is contained in:
king6cong 2017-04-15 11:43:35 +08:00
parent f0ca5d4bad
commit 7c8ca80c81

View File

@ -2164,7 +2164,7 @@ pub trait Iterator {
}
}
/// Select an element from an iterator based on the given projection
/// Select an element from an iterator based on the given "projection"
/// and "comparison" function.
///
/// This is an idiosyncratic helper to try to factor out the