Skip to content

Commit

Permalink
adopt extern-prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed May 3, 2018
1 parent a8282fa commit fd3e48f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
#![feature(catch_expr)]
#![feature(crate_in_paths)]
#![feature(crate_visibility_modifier)]
#![feature(extern_prelude)]
#![feature(proc_macro)]
#![feature(in_band_lifetimes)]
#![feature(termination_trait_test)]

#![allow(dead_code)]

extern crate abomonation;
extern crate abomonation_derive;
extern crate differential_dataflow;
extern crate failure;
extern crate fxhash;
extern crate timely;
extern crate structopt;

#[macro_use]
extern crate clap;

mod facts;
mod intern;
mod output;
Expand Down

0 comments on commit fd3e48f

Please sign in to comment.