Skip to content

Add semicolons to macro lines #41

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 1 commit into from
Dec 19, 2014
Merged

Conversation

code0100fun
Copy link
Contributor

Fixes compile errors introduced by PR #19984.

Example:
error: macros that expand to items must either be surrounded with braces or followed by a semicolon

@alexcrichton
Copy link
Contributor

Thanks! I'll wait for this to hit nightly and then I'll merge

alexcrichton added a commit that referenced this pull request Dec 19, 2014
Add semicolons to macro lines
@alexcrichton alexcrichton merged commit 146410c into rust-num:master Dec 19, 2014
remexre pushed a commit to remexre/num that referenced this pull request Jun 1, 2017
feat(value): implement RFC6901 JSON Pointer

Add a method `pointer(&str)` to `Value`. Deprecate `lookup(&str)`.
Bump version to 0.7.1.

Closes rust-num#9

Notes:
* It should be possible to add a `pointer_mut(&str)` method to Value. This would allow to add and modify values. (Maybe even a delete method) I failed to add such a method because of borrow checker.
* Should [RFC6902 JSON Patch](https://tools.ietf.org/html/rfc6902) be implemented or is this something for a separate crate? (Patch is based on Pointer)
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