Do not hide the docs of MIB keys in jemalloc-ctl
This commit is contained in:
parent
7fef687624
commit
bfc8919297
|
@ -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>"
|
||||
|
|
|
@ -33,7 +33,6 @@ macro_rules! types {
|
|||
}
|
||||
|
||||
$(#[$doc_mib])*
|
||||
#[doc(hidden)]
|
||||
#[repr(transparent)]
|
||||
#[derive(Copy, Clone)]
|
||||
#[allow(non_camel_case_types)]
|
||||
|
|
Loading…
Reference in New Issue