-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix typo: substract -> subtract #48107
fix typo: substract -> subtract #48107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me after fixing the error or Travis is green
@@ -47,4 +47,3 @@ error[E0277]: the trait bound `{integer}: std::cmp::PartialEq<std::result::Resul | |||
= help: the trait `std::cmp::PartialEq<std::result::Result<{integer}, _>>` is not implemented for `{integer}` | |||
|
|||
error: aborting due to 6 previous errors | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The trailing new line is accidentally deleted
35f03e8
to
e6f910e
Compare
@bors r=kennytm rollup |
📌 Commit e6f910e has been approved by |
…tract, r=kennytm fix typo: substract -> subtract
No description provided.