File: drop_in_place.md

package info (click to toggle)
rust-bitvec 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,780 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Remote Destructor

`BitPtr` only points to indestructible types. This has no effect, and is only
present for symbol compatibility. You should not have been calling it on your
integers or `bool`s anyway!

## Original

[`ptr::drop_in_place`](core::ptr::drop_in_place)