diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |