We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705421b commit b06a136Copy full SHA for b06a136
library/core/src/ptr/const_ptr.rs
@@ -193,7 +193,6 @@ impl<T: ?Sized> *const T {
193
/// This is an [Exposed Provenance][crate::ptr#exposed-provenance] API.
194
///
195
/// [`with_exposed_provenance`]: with_exposed_provenance
196
- #[must_use]
197
#[inline(always)]
198
#[stable(feature = "exposed_provenance", since = "1.84.0")]
199
pub fn expose_provenance(self) -> usize {
0 commit comments