ceph/ceph-rust

Tests failing on Beta & Nightly

ChrisMacNaughton opened this issue · 1 comments

It looks like the workspace test --all command has expanded to include doc tests so this line is causing beta to fail tests, it should either be correct code (with a comment of the variable nature), be replaced with Vec::new(), or be explicitly excluded from being built

Thanks for spotting this. I've put up a PR which looks to have fixed it.