Skip to content

Commit

Permalink
further with values
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Nov 6, 2017
1 parent 175eed8 commit 09be6a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ itertools = "0.6"
lazy_static = "0.2"
percent-encoding = "1.0.0"
gtmpl_value = { git = "https://github.com/fiji-flo/gtmpl_value.git" }
gtmpl_derive = { git = "https://github.com/fiji-flo/gtmpl_derive.git" }
gtmpl_derive = { git = "https://github.com/fiji-flo/gtmpl_derive.git" }
#gtmpl_value = { path = "../gtmpl_value" }
#gtmpl_derive = { path = "../gtmpl_derive" }
2 changes: 1 addition & 1 deletion src/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ mod tests_mocked {
struct Foo {
foo: u8,
}
#[derive(Gtmpl, Clone)]
#[derive(Gtmpl)]
struct Bar {
bar: Foo,
}
Expand Down
1 change: 0 additions & 1 deletion src/lexer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::ascii::AsciiExt;
use std::collections::HashMap;
use std::fmt;
use std::thread;
Expand Down

0 comments on commit 09be6a9

Please sign in to comment.