Fix some missing stability attrs
This commit is contained in:
parent
6ec5a0f62b
commit
c6aaea6725
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ pub mod scoped;
|
||||||
|
|
||||||
// Sure wish we had macro hygiene, no?
|
// Sure wish we had macro hygiene, no?
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub mod __impl {
|
pub mod __impl {
|
||||||
pub use super::imp::Key as KeyInner;
|
pub use super::imp::Key as KeyInner;
|
||||||
pub use super::imp::destroy_value;
|
pub use super::imp::destroy_value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue