-
Notifications
You must be signed in to change notification settings - Fork 727
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subscriber: fix incorrect use of
FormattedFields
extension in fmt l…
…ayer This fixes two bugs. One where the formatted fields were incorrectly parameterized over Self instead of the formatter that generated the formatted fields. The second bug is to check if another layer has already inserted formatted fields and to avoid inserting if so, which would cause a panic.
- Loading branch information
Showing
1 changed file
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters