Frederick888 / git-credential-keepassxc

Helper that allows Git (and shell scripts) to use KeePassXC as credential store
GNU General Public License v3.0
196 stars 8 forks source link

Fix clippy issues #98

Closed Frederick888 closed 3 months ago

Frederick888 commented 3 months ago

Description

Changes

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

Is this a breaking change?

No