Fallout in public-facing and semi-public-facing libs
This commit is contained in:
parent
49b76a087b
commit
c35c46821a
39 changed files with 273 additions and 242 deletions
|
@ -225,7 +225,7 @@ struct Source<'a>(&'a str);
|
|||
// Helper structs for rendering items/sidebars and carrying along contextual
|
||||
// information
|
||||
|
||||
#[derive(Copy)]
|
||||
#[derive(Copy, Clone)]
|
||||
struct Item<'a> {
|
||||
cx: &'a Context,
|
||||
item: &'a clean::Item,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue