Commit Graph

5 Commits

Author SHA1 Message Date
Justus Flügel bc7b842ca3
Fix unused code warnings in tests (using black_box)
Signed-off-by: Justus Flügel <justusfluegel@gmail.com>
2025-12-17 20:39:44 +01:00
Justus Fluegel 37f9e979de
Add tests, fix remaining bug in label implementation, make label implementation strictly more flexible using to_owned over clone
Signed-off-by: Justus Fluegel <justusfluegel@gmail.com>
Signed-off-by: Justus Flügel <justusfluegel@gmail.com>
2025-12-17 20:36:28 +01:00
Adam Curtis 1df3b1a537
feat(source): Allow inner source type of a NamedSource to be borrowed (#254)
BREAKING CHANGE: This makes the `NamedSource` type generic over its `Source` type, instead of boxing it.
2024-02-03 19:40:17 -08:00
Kat Marchán b98b098282
fix(clippy): misc clippy fixes 2022-04-03 18:33:51 -07:00
Kyle Brown 5b8b5478b6
feat(derive): Make derive macro `diagnostic` attribute more flexible. (#115)
Fixes: #114 

* Improved defaulting

* Added correct combining logic
Added variable number of diagnostic attributes

* Error handling, testing, and docs improvements

Co-authored-by: Kyle Brown <kyleb@liquidrocketry.com>
2022-02-17 22:04:03 -08:00