Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Some cargo-fmt corrections. #206

Merged
merged 1 commit into from
Nov 4, 2016
Merged

Some cargo-fmt corrections. #206

merged 1 commit into from
Nov 4, 2016

Conversation

Natim
Copy link

@Natim Natim commented Nov 4, 2016

While running cargo fmt for my PR I realized that other files were touched.

@@ -285,7 +285,7 @@ impl Cursor {
pub fn specialized(&self) -> Option<Cursor> {
unsafe {
let ret = Cursor {
x: clang_getSpecializedCursorTemplate(self.x)
x: clang_getSpecializedCursorTemplate(self.x),
Copy link
Contributor

Choose a reason for hiding this comment

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

Oops! My fault :(

@emilio
Copy link
Contributor

emilio commented Nov 4, 2016

@bors-servo r+

Neat, thanks!

@bors-servo
Copy link

📌 Commit 904970e has been approved by emilio

@bors-servo
Copy link

⌛ Testing commit 904970e with merge d57362f...

bors-servo pushed a commit that referenced this pull request Nov 4, 2016
Some cargo-fmt corrections.

While running `cargo fmt` for my PR I realized that other files were touched.
@bors-servo
Copy link

☀️ Test successful - status-travis

@bors-servo bors-servo merged commit 904970e into rust-lang:master Nov 4, 2016
@bors-servo bors-servo mentioned this pull request Nov 4, 2016
@Natim Natim deleted the fix-fmt branch November 4, 2016 17:03
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants