diff options
author | Jeff Waugh <jdub@bethesignal.org> | 2016-11-15 17:01:49 +1100 |
---|---|---|
committer | Jeff Waugh <jdub@bethesignal.org> | 2016-11-16 05:31:08 +1100 |
commit | 073b12ff35a8ec6314d655804915f177ce453227 (patch) | |
tree | ff4d1b4d5f44366960c0c5d9621da6cde4cc5468 /README.md | |
parent | c555fcf76a3b3b2e416a8a517e72b319e9a4d18b (diff) |
Remove plugin and its documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -176,11 +176,3 @@ the ones that would be generated for `nsTArray_Simple`. The `nocopy` annotation is used to prevent bindgen to autoderive the `Copy` and `Clone` traits for a type. - -# Macro Usage - -This mode isn't actively maintained, so no promises are made around it. Check -out the upstream documentation for info about how it *should* work. - -[sm-script]: https://github.com/servo/rust-mozjs/blob/master/etc/bindings.sh -[stylo-scripts]: https://github.com/servo/servo/tree/master/components/style/binding_tools |