Skip to content

Commit

Permalink
Remove some unused items
Browse files Browse the repository at this point in the history
These were left over from the crate breakup in pikelet-lang#172
  • Loading branch information
brendanzab committed Nov 5, 2018
1 parent 8cf04f3 commit 42455b9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions crates/pikelet-driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,6 @@ extern crate pikelet_elaborate;
extern crate pikelet_library;
extern crate pikelet_syntax;

#[cfg(feature = "cli")]
extern crate linefeed;
#[cfg(feature = "cli")]
#[macro_use]
extern crate structopt;
#[cfg(feature = "cli")]
extern crate term_size;

#[cfg(feature = "cli")]
pub mod cli;

use codespan::{CodeMap, FileMap, FileName};
use codespan_reporting::Diagnostic;
use std::sync::Arc;
Expand Down

0 comments on commit 42455b9

Please sign in to comment.