servo / rust-mozjs

DEPRECATED - moved to servo/mozjs instead.
Mozilla Public License 2.0
293 stars 122 forks source link

CustomAutoRooterGuard::handle{,_mut} should probably be unsafe #400

Open nox opened 6 years ago

nox commented 6 years ago

The Handle stuff and whatnot are quite hard to use safely, they don't even have a lifetime, etc.