Skip to content

Commit

Permalink
Remove old comment about generics (FuelLabs#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn authored Dec 28, 2021
1 parent ff1e634 commit 4d303ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib-std/src/storage.sw
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
library storage;
// These methods will all be replaced by generic functions when those come in.
// See https://github.com/FuelLabs/sway/issues/272 for details.

pub fn store<T>(key: b256, value: T) {
asm(r1: key, r2: value) {
Expand Down

0 comments on commit 4d303ba

Please sign in to comment.