mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Delete obsolete doc comment
This commit is contained in:
parent
08b32927f1
commit
728a475d1b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue