Skip to content

Commit

Permalink
Make Derivable header be an h2 instead of an h1
Browse files Browse the repository at this point in the history
This matches the other subsections.
  • Loading branch information
carols10cents committed May 23, 2016
1 parent bbfb6e7 commit 2f44053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/marker.rs
Expand Up @@ -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`.
Expand Down

0 comments on commit 2f44053

Please sign in to comment.