Skip to content

Commit 5ee8ab1

Browse files
committed
Fix incorrect language tag.
1 parent e17bfbb commit 5ee8ab1

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
@@ -44,7 +44,7 @@ Features can list other features to enable. For example, the ICO image format
4444
can contain BMP and PNG images, so when it is enabled, it should make sure
4545
those other features are enabled, too:
4646

47-
```rust
47+
```toml
4848
[features]
4949
bmp = []
5050
png = []

0 commit comments

Comments
 (0)