]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #56402 - scottmcm:better-marker-trait-example, r=Centril
authorkennytm <kennytm@gmail.com>
Mon, 3 Dec 2018 10:07:10 +0000 (18:07 +0800)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 10:07:10 +0000 (18:07 +0800)
commit65e67025c89bcae863f997a7a92da6ebeeb33cda
treede50479af982c0860fb2f22bb9cd6ae27c9bd6cf
parent2cbcd36ca90ba8442a660912d5d52720c94dadea
parenta3b7a21268edecc69267fd2b641b22d5bb7844b2
Rollup merge of #56402 - scottmcm:better-marker-trait-example, r=Centril

Improve the unstable book example for #[marker] trait

The previous one didn't actually use the Display&Debug bounds in any way, so I think this one is a bit more meaningful.