Make Derivable header be an h2 instead of an h1
This matches the other subsections.
This commit is contained in:
parent
bbfb6e762b
commit
2f44053332
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ pub trait Unsize<T: ?Sized> {
|
|||
/// then it might be prudent to not implement `Copy`. This is because removing `Copy` is a breaking
|
||||
/// change: that second example would fail to compile if we made `Foo` non-`Copy`.
|
||||
///
|
||||
/// # Derivable
|
||||
/// ## Derivable
|
||||
///
|
||||
/// This trait can be used with `#[derive]` if all of its components implement `Copy` and the type
|
||||
/// implements `Clone`. The implementation will copy the bytes of each field using `memcpy`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue