Skip to content
Snippets Groups Projects
Commit fbf397fa authored by Matt Johnston's avatar Matt Johnston
Browse files

Avoid Option::take() when we use ZeroizeOnDrop

The Option's contents won't ever get zeroed,
instead we make a copy (or use a reference) and set Option to
None, forcing the drop.
parent 467ca56f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment