Skip to content

Fix up README #5

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

Merged
merged 3 commits into from
Sep 23, 2014
Merged

Fix up README #5

merged 3 commits into from
Sep 23, 2014

Conversation

steveklabnik
Copy link
Member

No description provided.

And add this to your crate root:

```rust
#![feature(macro_rules)]
Copy link
Member

Choose a reason for hiding this comment

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

Are the macro rules necessary here?

Copy link
Member Author

Choose a reason for hiding this comment

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

unsure, I added it because it has them in the tests.

Copy link
Member

Choose a reason for hiding this comment

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

This is only necessary if the crate itself defines macros, so in this case it can be omitted.

@steveklabnik
Copy link
Member Author

Updated with both fixes.

@alexcrichton
Copy link
Member

woo!

alexcrichton added a commit that referenced this pull request Sep 23, 2014
@alexcrichton alexcrichton merged commit 27338cb into rust-lang:master Sep 23, 2014
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