- [x] Bind the returned reference from `as_str` to the current `AutoreleasePool` plus the `NSString` (so e.g. `'return: 'pool + 'self`). Should fix https://github.com/SSheldon/rust-objc-foundation/issues/15. See also https://github.com/SSheldon/rust-objc/pull/103#issuecomment-894464665. Done in #40 - [x] Test using the [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings). - Moved to #46
as_strto the currentAutoreleasePoolplus theNSString(so e.g.'return: 'pool + 'self). Should fix memory leak in INSstring.as_str() SSheldon/rust-objc-foundation#15.See also Make autoreleasepool take the pool as a parameter SSheldon/rust-objc#103 (comment).
Done in Foundation ownership fixes #40