Skip to content

Conversation

reem
Copy link
Contributor

@reem reem commented May 31, 2014

I removed all remaining deprecated owned vectors from the docs. All example tests pass.

@@ -30,7 +30,6 @@ let x: int = 42;
let y: String = format!("{:t}", x); // binary
let y: String = format!("{:o}", x); // octal
let y: String = format!("{:x}", x); // lowercase hexadecimal
let y: String = format!("{:X}", x); // uppercase hexadecimal
Copy link
Member

Choose a reason for hiding this comment

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

Why was this deleted?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh. I realize what happened. I accidentally moved this line using vim which randomly broke some other test that I then thought was broken already. Give me a moment and I'll fix it.

bors added a commit that referenced this pull request May 31, 2014
I removed all remaining deprecated owned vectors from the docs. All example tests pass.
@bors bors closed this May 31, 2014
@bors bors merged commit 1959925 into rust-lang:master May 31, 2014
@reem reem deleted the nuke-owned-vectors branch June 2, 2014 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants