Skip to content

Commit

Permalink
Removed an extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-nitro committed Nov 8, 2024
1 parent e0b0418 commit 697abe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/stable-layout/src/stable_vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl<T> StableVec<T> {
impl<T> AsRef<[T]> for StableVec<T> {
fn as_ref(&self) -> &[T] {
self.deref()
} // === is this right?
}
}

impl<T> AsMut<[T]> for StableVec<T> {
Expand Down

0 comments on commit 697abe9

Please sign in to comment.