File tree 2 files changed +0
-5
lines changed 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ repository = "https://github.com/rust-crates/ergo_std"
13
13
version = " 0.0.1"
14
14
15
15
[dependencies ]
16
- expect_macro = " 0.1.0"
17
16
itertools = " 0.7"
18
17
lazy_static = " 1.0"
19
18
maplit = " 1.0"
Original file line number Diff line number Diff line change 56
56
//! - [**serde**](https://github.com/serde-rs/serde): Serialization framework for Rust
57
57
//! - [**std_prelude**](https://github.com/vitiral/std_prelude): prelude that the rust stdlib
58
58
//! should have always had
59
- //! - [**expect_macro**](https://github.com/vitiral/expect_macro): The `expect!` macro
60
59
//! - [**lazy_static**](https://github.com/rust-lang-nursery/lazy-static.rs): A small macro for
61
60
//! defining lazy evaluated static variables in Rust.
62
61
//! - [**itertools**](https://github.com/bluss/rust-itertools): Extra iterator adaptors, iterator
70
69
//! Consider supporting their development individually and starring them on github.
71
70
#![ allow( unused_imports) ]
72
71
73
- #[ macro_use]
74
- pub extern crate expect_macro;
75
72
#[ macro_use]
76
73
pub extern crate itertools;
77
74
#[ macro_use]
@@ -84,7 +81,6 @@ pub extern crate serde;
84
81
#[ macro_use]
85
82
pub extern crate serde_derive;
86
83
87
- pub use expect_macro:: * ;
88
84
pub use std_prelude:: * ;
89
85
pub use lazy_static:: * ;
90
86
pub use itertools:: Itertools ;
You can’t perform that action at this time.
0 commit comments