From: Robert Straw Date: Mon, 22 Dec 2014 20:33:28 +0000 (-0600) Subject: Do not re-export the `Entry` enum ... X-Git-Tag: 0.9.4~1^2 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/f1710353a039c1d5e95d15bb54effd7cab8e047f?hp=f1710353a039c1d5e95d15bb54effd7cab8e047f Do not re-export the `Entry` enum ... A minor [breaking-change] as downstream users will have to import the variants themselves, or prefix the variant with the Entry enum's namespace. ---