summaryrefslogtreecommitdiff
path: root/src/poisonable/error.rs
AgeCommit message (Collapse)Author
2025-01-12More unit testsBotahamec
2024-12-26CommentingMica White
2024-12-23Remove scopeguardMica White
The scopeguard crate was being used for its `defer_on_unwind` macro. The problem was that it runs even if the runtime was already panicking. There aren't any changes to the macro which could have fixed this. I instead wrote my own function to check for a specific panicking closure.
2024-12-20Fix clippy issuesBotahamec
2024-12-01Unit testingMica White
2024-09-26Reduce the number of dereferences neededBotahamec
2024-09-26Docs and improvementsBotahamec
2024-09-25Better error implementationBotahamec
2024-07-21Create Poisonable APIMica White