Skip to content

Commit 489248d

Browse files
committed
Use recursive features in default example.
1 parent 5ee8ab1 commit 489248d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ changed by specifying the `default` feature:
7575

7676
```toml
7777
[features]
78-
default = ["bmp", "png", "ico", "webp"]
78+
default = ["ico", "webp"]
7979
bmp = []
8080
png = []
8181
ico = ["bmp", "png"]

0 commit comments

Comments
 (0)