Skip to content

Commit b4b0f73

Browse files
committed
Merge #4
4: Revert "add expect_macro" r=killercup a=vitiral This reverts commit bc293ec. Okay, let's see if we can do this right this time... 😄
2 parents 54d9a9b + 31a59b3 commit b4b0f73

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ repository = "https://github.com/rust-crates/ergo_std"
1313
version = "0.0.1"
1414

1515
[dependencies]
16-
expect_macro = "0.1.0"
1716
itertools = "0.7"
1817
lazy_static = "1.0"
1918
maplit = "1.0"

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
//! - [**serde**](https://github.com/serde-rs/serde): Serialization framework for Rust
5757
//! - [**std_prelude**](https://github.com/vitiral/std_prelude): prelude that the rust stdlib
5858
//! should have always had
59-
//! - [**expect_macro**](https://github.com/vitiral/expect_macro): The `expect!` macro
6059
//! - [**lazy_static**](https://github.com/rust-lang-nursery/lazy-static.rs): A small macro for
6160
//! defining lazy evaluated static variables in Rust.
6261
//! - [**itertools**](https://github.com/bluss/rust-itertools): Extra iterator adaptors, iterator
@@ -70,8 +69,6 @@
7069
//! Consider supporting their development individually and starring them on github.
7170
#![allow(unused_imports)]
7271

73-
#[macro_use]
74-
pub extern crate expect_macro;
7572
#[macro_use]
7673
pub extern crate itertools;
7774
#[macro_use]
@@ -84,7 +81,6 @@ pub extern crate serde;
8481
#[macro_use]
8582
pub extern crate serde_derive;
8683

87-
pub use expect_macro::*;
8884
pub use std_prelude::*;
8985
pub use lazy_static::*;
9086
pub use itertools::Itertools;

0 commit comments

Comments
 (0)