Skip to content

Commit

Permalink
Merge pull request #44 from buttercrab/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buttercrab authored Jan 14, 2022
2 parents 85f115d + f8579df commit 8c28410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub fn install_run(stdout: &mut StandardStream, hy_opt: &HyeongOption) -> Result
.join("hyeong-build/src/main.rs"),
String::from(
"\
use hyeong::number::number::Num;
use hyeong::number::num::Num;
fn main() {
let a = Num::from_num(10);
Expand Down
2 changes: 1 addition & 1 deletion src/core/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ where
"\
#![allow(warnings)]
use hyeong::number::big_number::BigNum;
use hyeong::number::number::Num;
use hyeong::number::num::Num;
use std::collections::HashMap;
struct Stack {
Expand Down

0 comments on commit 8c28410

Please sign in to comment.