Skip to content

Commit

Permalink
Mention nightly requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Oct 11, 2016
1 parent b5b419a commit d616575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

[Rust][rust] macro to automatically implement the **builder pattern** for arbitrary structs. A simple `#[derive(Builder)]` will generate code of public setter-methods for all struct fields.

**This is a work in progress.** Use it at your own risk.
**This is a work in progress.** Use it at your own risk.
**This currently requires Rust nightly, due to the usage of Macros 1.1**

And this is how it works:

Expand Down

0 comments on commit d616575

Please sign in to comment.