Skip to content

Commit

Permalink
Update rand_macros README for plugin loading changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Feb 18, 2015
1 parent 8415a1c commit 014d450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rand_macros/README.md
Expand Up @@ -5,7 +5,8 @@
```rust
#![feature(plugin)]

#[plugin] #[no_link] extern crate rand_macros;
#![plugin(rand_macros)]

extern crate rand;

#[derive_Rand]
Expand Down

0 comments on commit 014d450

Please sign in to comment.