We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a270d44 commit 22e5fdeCopy full SHA for 22e5fde
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