Skip to content

Commit

Permalink
Doc: Clears up trim_char doc
Browse files Browse the repository at this point in the history
Closes #18451
  • Loading branch information
gamazeps committed Oct 30, 2014
1 parent 00cc6d2 commit bd9c181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/str.rs
Expand Up @@ -1535,7 +1535,7 @@ pub trait StrSlice<'a> {
/// ```
fn ends_with(&self, needle: &str) -> bool;

/// Returns a string with characters that match `to_trim` removed.
/// Returns a string with characters that match `to_trim` removed from the left and the right.
///
/// # Arguments
///
Expand Down

21 comments on commit bd9c181

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Oct 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at gamazeps@bd9c181

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Oct 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging gamazeps/rust/issue18451 = bd9c181 into auto

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Oct 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gamazeps/rust/issue18451 = bd9c181 merged ok, testing candidate = 058902e0

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Oct 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at gamazeps@bd9c181

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging gamazeps/rust/issue18451 = bd9c181 into auto

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gamazeps/rust/issue18451 = bd9c181 merged ok, testing candidate = 423fbda3

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at gamazeps@bd9c181

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging gamazeps/rust/issue18451 = bd9c181 into auto

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gamazeps/rust/issue18451 = bd9c181 merged ok, testing candidate = cd4b5e70

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at gamazeps@bd9c181

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging gamazeps/rust/issue18451 = bd9c181 into auto

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gamazeps/rust/issue18451 = bd9c181 merged ok, testing candidate = 5eff3857

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at gamazeps@bd9c181

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging gamazeps/rust/issue18451 = bd9c181 into auto

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gamazeps/rust/issue18451 = bd9c181 merged ok, testing candidate = 01b81c0

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on bd9c181 Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 01b81c0

Please sign in to comment.