Skip to content

Commit

Permalink
Doc: feature "bt" requires nightly rust
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Nov 27, 2023
1 parent 70a2ff1 commit 4e7ae1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openraft/src/docs/feature_flags/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

By default openraft enables no features.

- `bt`: attaches backtrace to generated errors.
- `bt`: attaches backtrace to generated errors. This feature works ONLY with nightly rust.

- `serde`: derives `serde::Serialize, serde::Deserialize` for type that are used
in storage and network, such as `Vote` or `AppendEntriesRequest`.
Expand Down

0 comments on commit 4e7ae1e

Please sign in to comment.