Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dns2utf8 committed Aug 11, 2016
1 parent 5e5455d commit cf3565a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/grammar.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
//! Processes the grammar
use std::io::prelude::*;
use std::io::BufReader;
use std::fs::File;

/// Returns everything from "src/user_input_compiler.rs" util it passes an empty Line.
pub fn get_grammar_string() -> String {
let file = include_str!("../src/user_input_compiler.rs");
Expand Down

0 comments on commit cf3565a

Please sign in to comment.