Delete obsolete doc comment

This commit is contained in:
Richard Feldman 2024-10-21 21:21:45 -04:00
parent 08b32927f1
commit 728a475d1b
No known key found for this signature in database
GPG key ID: DAC334802F365236

View file

@ -51,8 +51,6 @@ impl<T> Slice<T> {
}
}
/// This is unsafe because it doesn't verify that the start index being returned is being used with the original
/// slice it was created with. Self::get_in is the safe alternative to this.
pub const fn start(self) -> u32 {
self.start
}