commit
4337ddb62d
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ impl<T> ToOwned for T where T: Clone {
|
|||
/// ```rust
|
||||
/// use std::borrow::Cow;
|
||||
///
|
||||
/// fn abs_all(input: &mut Cow<[int]>) {
|
||||
/// fn abs_all(input: &mut Cow<[i32]>) {
|
||||
/// for i in 0..input.len() {
|
||||
/// let v = input[i];
|
||||
/// if v < 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue