Skip to content

Commit

Permalink
Remove core::iterators module in favor of #14
Browse files Browse the repository at this point in the history
Update Justfile due to casey/just#379
  • Loading branch information
DrSensor committed May 25, 2019
1 parent 218f971 commit 512b5eb
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 115 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export MPLBACKEND="Qt5Agg"
export MPLBACKEND := "Qt5Agg"

# Start development
start: clear
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub use crate::core::{parse, Scdlang};
pub use external::Parser as Transpiler;

pub mod prelude {
pub use super::{external::*, utils::iterators::*, utils::naming::*};
pub use super::{external::*, utils::naming::*};

pub use pest::Parser as PestParser;
pub use std::convert::*;
Expand Down
24 changes: 0 additions & 24 deletions packages/core/src/utils/iterators.rs

This file was deleted.

2 changes: 0 additions & 2 deletions packages/core/src/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
pub mod iterators;
pub mod naming;
mod state;
72 changes: 0 additions & 72 deletions packages/core/src/utils/state/iterators.rs

This file was deleted.

10 changes: 0 additions & 10 deletions packages/core/src/utils/state/macros.rs

This file was deleted.

5 changes: 0 additions & 5 deletions packages/core/src/utils/state/mod.rs

This file was deleted.

0 comments on commit 512b5eb

Please sign in to comment.