Rust upgrade (seems to need a Clone with a Copy).
This commit is contained in:
parent
2aa687fc0f
commit
3866afbe2a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use syntax::ptr::P;
|
|||
|
||||
use maud;
|
||||
|
||||
#[derive(Copy)]
|
||||
#[derive(Copy,Clone)]
|
||||
pub enum Escape {
|
||||
PassThru,
|
||||
Escape,
|
||||
|
|
Loading…
Add table
Reference in a new issue