Skip to content

Commit a61bad8

Browse files
committed
reverted back to previous macro_use specifying which macros to import
1 parent 4158d18 commit a61bad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[macro_use]
1+
#[macro_use(bson, doc)]
22
extern crate bson;
33
extern crate chrono;
44
extern crate rustc_serialize;

0 commit comments

Comments
 (0)