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 Jan 10, 2025
1 parent e6b1f9d commit 340b804
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 340b804

Please sign in to comment.