There's some warning introduces by previous PR. I don't know why they're not 
linked. You can ignore them first. Like this:

```
error: unsafe function's docs miss `# Safety` section
  --> binder/src/binder.rs:80:5
   |
80 | /     pub unsafe fn destroy(&self) {
81 | |         let _ = sgx_destroy_enclave(self.enclave.geteid());
82 | |     }
   | |_____^
   |
   = note: `-D clippy::missing-safety-doc` implied by `-D warnings`
   = help: for further information visit 
https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
```

I'll fix it later.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/424#issuecomment-709758551

Reply via email to