Skip to content

Commit 012d0d2

Browse files
zwubslpil
authored andcommittedJan 16, 2025
Remove imports from examples
1 parent fd88ea7 commit 012d0d2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎src/gleam/dynamic/decode.gleam

-6
Original file line numberDiff line numberDiff line change
@@ -969,9 +969,6 @@ pub fn failure(zero: a, expected: String) -> Decoder(a) {
969969
/// build-in `string` decoder) you would define it like so:
970970
///
971971
/// ```gleam
972-
/// import gleam/dynamic
973-
/// import decode/decode
974-
///
975972
/// pub fn string_decoder() -> decode.Decoder(String) {
976973
/// let default = ""
977974
/// decode.new_primitive_decoder("String", fn(data) {
@@ -1003,9 +1000,6 @@ pub fn new_primitive_decoder(
10031000
/// then you may not need to use this function.
10041001
///
10051002
/// ```gleam
1006-
/// import gleam/dynamic
1007-
/// import gleam/dynamic/decode
1008-
///
10091003
/// type Nested {
10101004
/// Nested(List(Nested))
10111005
/// Value(String)

0 commit comments

Comments
 (0)