rustdoc: inherit parent's stability where applicable
This commit is contained in:
parent
67bb749c2e
commit
2fdeb3b8f4
4 changed files with 82 additions and 9 deletions
|
@ -153,7 +153,7 @@ pub enum StabilityLevel {
|
|||
}
|
||||
|
||||
/// Rust release in which a feature is stabilized.
|
||||
#[derive(Encodable, Decodable, PartialEq, Copy, Clone, Debug, Eq, Hash)]
|
||||
#[derive(Encodable, Decodable, PartialEq, Copy, Clone, Debug, Eq, PartialOrd, Ord, Hash)]
|
||||
#[derive(HashStable_Generic)]
|
||||
pub enum StableSince {
|
||||
Version(RustcVersion),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue