Remove finished item from todo list

This commit is contained in:
David Tolnay 2020-04-02 14:16:29 -07:00
parent d4402cae9b
commit e0bad9300c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -337,7 +337,6 @@ the facets that I still intend for this project to tackle:
- [ ] Support associated methods: `extern "Rust" { fn f(self: &Struct); }`
- [ ] Support C++ member functions
- [ ] Support passing function pointers across the FFI
- [ ] Support structs with type parameters
- [ ] Support async functions