forked from mirrors/jj
templater: remove an unnecessary trait bound
This commit is contained in:
parent
72195f3261
commit
4c5dd740fd
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ pub trait TemplateProperty<C, O> {
|
|||
fn extract(&self, context: &C) -> O;
|
||||
}
|
||||
|
||||
pub struct ConstantTemplateProperty<O: Clone> {
|
||||
pub struct ConstantTemplateProperty<O> {
|
||||
pub output: O,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue