Chore
- Add
clippy::redundant-closure-for-method-calls
lint
New Features
-
add
tracing
feature toggle to provide minimal tracing API
This API is based ontracing-core
, not on tracing, and provides a limited
API that is always available, while being a no-op iftracing
isn't enabled.That way, plumbing crates can add instrumentation at will.
Bug Fixes (BREAKING)
new_thread_state()
functions are nowFnOnce
across the board.
This properly communicates that they will only be called once per thread,
while providing more options to the implementor.
Commit Statistics
- 7 commits contributed to the release over the course of 10 calendar days.
- 15 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs prior to release (18b0a37)
- Merge branch 'corpus' (aa16c8c)
- Change MSRV to 1.65 (4f635fc)
- Add
tracing
feature toggle to provide minimal tracing API (093efaf) new_thread_state()
functions are nowFnOnce
across the board. (bc69804)- Merge branch 'help-874-redundant-closures' (fe59956)
- Add
clippy::redundant-closure-for-method-calls
lint (bcad5c2)