aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 015af7d..e1b2db5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -12,9 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#![feature(plugin, slice_patterns, custom_derive, iter_arith)]
-#![plugin(regex_macros)]
-extern crate regex;
+#![feature(slice_patterns)]
extern crate chrono;
#[macro_use]
extern crate log as l;