Add some more doc comments

This commit is contained in:
Nick Fitzgerald
2018-06-15 09:33:19 -07:00
parent a804a0e634
commit c63d57f6d7
3 changed files with 43 additions and 10 deletions

View File

@ -174,6 +174,7 @@ impl<T> Drop for Closure<T>
///
/// This trait is not stable and it's not recommended to use this in bounds or
/// implement yourself.
#[doc(hidden)]
pub unsafe trait WasmClosure: 'static {
fn describe();