add warning about different rustc versions

Ref #322.
This commit is contained in:
Alex Burka 2015-09-10 02:06:52 -04:00
parent ce6ea58de0
commit f7ec0ef16c

View file

@ -122,5 +122,7 @@ in your code, you can use:
cargo rustc -- -L /path/to/clippy_so -Z extra-plugins=clippy
```
Be sure that clippy was compiled with the same version of rustc that cargo invokes here!
##License
Licensed under [MPL](https://www.mozilla.org/MPL/2.0/). If you're having issues with the license, let me know and I'll try to change it to something more permissive.