minor doc chores (#4219)

* fix/warn: name is unused, only in debug would be used and but nobody does

* chore: Add better docs to `expansion` and why it exists

* chore: fmt

* Revert "chore: fmt"

This reverts commit 94d39bab5d1553d082a032ab6e31f579316dfa40.
This commit is contained in:
Bernhard Schuster
2021-11-04 13:53:09 +01:00
committed by GitHub
parent 6fde727c93
commit ee12f6f51a
4 changed files with 7 additions and 5 deletions
@@ -23,5 +23,5 @@ assert_matches = "1.5.0"
[features]
default = []
# write the expanded version to a `overlord-expansion.rs`
# in the `cwd`
# in the `OUT_DIR` as defined by `cargo`.
expansion = []