4a54988 style: Suppress dead code warnings in test builds
They only happen in tests. It's too much of an overkill to add not(test)
to fix them.
3ee4b6f style: Allow dead code on CurrentCaller.pid
It's only actually read when 'notification' feature is enabled, but I'll
need a bunch of conditional compilation stuff in tests too if I do a
cfg() here, which is not worth it.
Checklist
[x] I have rebased my branch so that it has no conflicts
Description
Changes
4a54988
style: Suppress dead code warnings in test buildsThey only happen in tests. It's too much of an overkill to add not(test) to fix them.
3ee4b6f
style: Allow dead code on CurrentCaller.pidIt's only actually read when 'notification' feature is enabled, but I'll need a bunch of conditional compilation stuff in tests too if I do a cfg() here, which is not worth it.
Checklist
Is this a breaking change?
No