(&self, f: &mut std::fmt::Formatter)
| 857 | |
| 858 | impl std::fmt::Debug for ArrayObject { |
| 859 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { |
| 860 | self.descriptor().fmt(f) |
| 861 | } |
| 862 | } |
| 863 | |
| 864 | impl Drop for ArrayObject { |
nothing calls this directly
no test coverage detected