Commit f1a98d9
authored
Fix missing feature flag (#502)
# Objective
While depending on Avian's `main` branch, running `cargo doc --all-features` fails on my crate when including a serialize feature
## Solution
Fix bitflags not being serializable when serializing. Ideally, the CI should catch this.1 parent 63580d3 commit f1a98d9
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments