Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Align param defs in attribute with Rust syntax #12

Open
killercup opened this issue May 16, 2018 · 0 comments
Open

Align param defs in attribute with Rust syntax #12

killercup opened this issue May 16, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@killercup
Copy link
Contributor

#[thunderclap(drunk: bool: "Thor drinks a lot", hammers: Option<u8>: "This isn't a joke about being drunk")]

hmmmm

#[thunderclap(drunk: bool = "Thor drinks a lot", hammers: Option<u8> = "This isn't a joke about being drunk")] [makes me more happy]

@spacekookie spacekookie added the enhancement New feature or request label May 27, 2018
@spacekookie spacekookie added this to the 0.4.0 milestone May 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants