Skip to content

Commit

Permalink
Remove buffer submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
elrnv committed Aug 25, 2018
1 parent e8d1cbb commit 302ac3f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "src/buffer"]
path = src/buffer
url = https://github.com/elrnv/buffer
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ nom = { version = "3", features = ["verbose-errors"] }
num-traits = "0.2"
enum-primitive-derive = "^0.1"
byteorder = "1.2"
buffer = { path = "src/buffer", version = "0.1", features = ["numeric"] }

[dev-dependencies]
rand = "0.5"
Expand Down
1 change: 0 additions & 1 deletion src/buffer
Submodule buffer deleted from cc1e80
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#[macro_use] extern crate nom;
extern crate num_traits;
extern crate byteorder;
extern crate buffer;

#[macro_use]
pub mod basic;

pub mod buffer;
pub mod parser;
pub mod writer;
pub mod model;
Expand Down

0 comments on commit 302ac3f

Please sign in to comment.