Skip to content

Commit f8e86b4

Browse files
docs: update stale feature flag documentation (#637)
`no-assert-string` was replaced with `descriptive-errors` back in #582 Co-authored-by: Emmanuel Thompson <ethompson@fastly.com>
1 parent a68a3d9 commit f8e86b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ environment, you will see logging messages as Deku does its deserialising.
487487
488488
# Reducing parser code size
489489
490-
- With the use of the `no-assert-string` feature, you can remove the strings Deku adds to assertion errors.
490+
- Disabling the `descriptive-errors` feature removes the strings Deku adds to assertion errors by default.
491491
- `DekuError` whenever possible will use a `'static str`, to make the errors compile away when following a
492492
guide such as [min-sized-rust](https://github.com/johnthagen/min-sized-rust).
493493

0 commit comments

Comments
 (0)