Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Feb 27, 2017
1 parent 2fb3fb0 commit 2386247
Show file tree
Hide file tree
Showing 12 changed files with 696 additions and 639 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Cargo.lock
*.swp
*.iml
.idea
**/*.rs.bk
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(feature="clippy", feature(plugin))]
#![cfg_attr(feature="clippy", plugin(clippy))]
#![feature(conservative_impl_trait)]
#![feature(collections_bound)]
#![feature(btree_range)]
Expand Down
Loading

0 comments on commit 2386247

Please sign in to comment.