1565ff951e
Nightly rustc now warns about unused private fields in the case of a non-pub newtype struct, so use an underscore-prefixed dummy field name to get rid of the warning. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>