Closed ikrivosheev closed 1 year ago
This is continue of: https://github.com/mdsteele/rust-cab/pull/22.
I moved Cabinet fields into struct CabinetInner. I need it to win over BorrowChecker)
Cabinet
struct CabinetInner
The macOS test runner should be fixed now, if you rebase.
Done
Thanks!
This is continue of: https://github.com/mdsteele/rust-cab/pull/22.
I moved
Cabinet
fields intostruct CabinetInner
. I need it to win over BorrowChecker)