We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68a3d9 commit f8e86b4Copy full SHA for f8e86b4
src/lib.rs
@@ -487,7 +487,7 @@ environment, you will see logging messages as Deku does its deserialising.
487
488
# Reducing parser code size
489
490
-- With the use of the `no-assert-string` feature, you can remove the strings Deku adds to assertion errors.
+- Disabling the `descriptive-errors` feature removes the strings Deku adds to assertion errors by default.
491
- `DekuError` whenever possible will use a `'static str`, to make the errors compile away when following a
492
guide such as [min-sized-rust](https://github.com/johnthagen/min-sized-rust).
493
0 commit comments