Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subscriber: document Subscriber::with_test_writer() limitations
Subscriber::with_test_writer() doesn't compose with any earlier calls of Subscriber::with_writer(), as one would perhaps hope. Rather, both just overwrite the same member. Make sure to add a note of this behavior to make it a bit more obvious.
- Loading branch information