Skip to content

Conversation

@Veetaha
Copy link
Contributor

@Veetaha Veetaha commented Jan 16, 2020

Fixed a couple of typos and added a todo while studying the codebase.

@Veetaha Veetaha requested a review from matklad January 16, 2020 23:34
@kjeremy
Copy link
Contributor

kjeremy commented Jan 17, 2020

Thanks!

bors r+

bors bot added a commit that referenced this pull request Jan 17, 2020
2865: fix(mixed): fixed a couple of typos and added a todo r=kjeremy a=Veetaha

Fixed a couple of typos and added a todo while studying the codebase.

Co-authored-by: Veetaha <gerzoh1@gmail.com>
@bors
Copy link
Contributor

bors bot commented Jan 17, 2020

Build succeeded

  • Rust (macos-latest)
  • Rust (ubuntu-latest)
  • TypeScript

@bors bors bot merged commit ecf3b3c into rust-lang:master Jan 17, 2020
write!(rustfmt.stdin.take().unwrap(), "{}", text)?;
let output = rustfmt.wait_with_output()?;
let stdout = String::from_utf8(output.stdout)?;
// TODO: update the preable: replace ra_tools with the relevant path
Copy link
Contributor

@edwin0cheng edwin0cheng Jan 17, 2020

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like it.

@Veetaha We tend to use // FIXME for things like this, just for future use.

@matklad
Copy link
Contributor

matklad commented Jan 17, 2020 via email

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.

5 participants