diff options
| author | Botahamec <botahamec@outlook.com> | 2025-01-12 15:04:01 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2025-01-12 15:04:01 -0500 |
| commit | 280a61ad7b74019c7aad8b7306a0dd7cfb11359c (patch) | |
| tree | 40d97d4e183c1bc551194944876b099d875f361d /src/key.rs | |
| parent | bf95904b3532a9175a7bfa14a3f216abbd15ee98 (diff) | |
More unit tests
Diffstat (limited to 'src/key.rs')
| -rw-r--r-- | src/key.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ unsafe impl Keyable for &mut ThreadKey {} // Safety: a &ThreadKey is useless by design. unsafe impl Sync for ThreadKey {} +#[mutants::skip] impl Debug for ThreadKey { fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { write!(f, "ThreadKey") |
