Skip to content
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

lib: fix docstring tests #3

Merged
merged 1 commit into from
Apr 27, 2017
Merged

Conversation

lucab
Copy link
Contributor

@lucab lucab commented Apr 27, 2017

This updates docstrings to fix the following two test failures:

---- _0 stdout ----
error: expected type, found `^`
  |
2 | [<^>]           for an optional alignment specification
  |   ^

---- _1 stdout ----
error[E0061]: this function takes 1 parameter but 0 parameters were supplied
  |
7 |     bar.inc();
  |         ^^^ expected 1 parameter

This updates docstrings to fix the following two test failures:
```
---- _0 stdout ----
error: expected type, found `^`
  |
2 | [<^>]           for an optional alignment specification
  |   ^

---- _1 stdout ----
error[E0061]: this function takes 1 parameter but 0 parameters were supplied
  |
7 |     bar.inc();
  |         ^^^ expected 1 parameter

```
@lucab
Copy link
Contributor Author

lucab commented Apr 27, 2017

Also, please consider adding some travis integration for PRs.

@mitsuhiko mitsuhiko merged commit 6e97bd0 into console-rs:master Apr 27, 2017
@mitsuhiko
Copy link
Collaborator

Yeah. Will add some tests and travis later.

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.

2 participants