Skip to content

Commit

Permalink
Merge pull request #85 from gnzlbg/folder
Browse files Browse the repository at this point in the history
Implement Folder
  • Loading branch information
dtolnay committed Jan 29, 2017
2 parents 86ac92a + 9ae88d8 commit 62f68a6
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ full = []
parsing = ["unicode-xid", "synom"]
printing = ["quote"]
visit = []
fold = []

[dependencies]
clippy = { version = "0.*", optional = true }
Expand Down

0 comments on commit 62f68a6

Please sign in to comment.