The bound on `'b` is pruned when documenting the following snippet: ``` rust pub struct Foo<'a, 'b: 'a>(&'a (), &'b ()); ```