]> git.proxmox.com Git - rustc.git/blobdiff - vendor/hashbrown/src/lib.rs
New upstream version 1.55.0+dfsg1
[rustc.git] / vendor / hashbrown / src / lib.rs
index af3c3a44e0ae49d8eb66242a47a3fd682eaf88dc..b2d6584ff3197ff3bcdd0344cfe618f656cc9fc9 100644 (file)
@@ -149,7 +149,7 @@ pub enum UnavailableMutError {
 /// the `allocator-api` feature of the `bumpalo` crate.
 #[cfg(feature = "bumpalo")]
 #[derive(Clone, Copy, Debug)]
-pub struct BumpWrapper<'a>(&'a bumpalo::Bump);
+pub struct BumpWrapper<'a>(pub &'a bumpalo::Bump);
 
 #[cfg(feature = "bumpalo")]
 #[test]