Do not hide the docs of MIB keys in jemalloc-ctl

This commit is contained in:
gnzlbg 2019-06-14 12:05:46 +02:00
parent 7fef687624
commit bfc8919297
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "jemalloc-ctl"
version = "0.3.2"
version = "0.3.3"
authors = [
"Steven Fackler <sfackler@gmail.com>",
"Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>"

View File

@ -33,7 +33,6 @@ macro_rules! types {
}
$(#[$doc_mib])*
#[doc(hidden)]
#[repr(transparent)]
#[derive(Copy, Clone)]
#[allow(non_camel_case_types)]