Skip to content

Commit

Permalink
Remove extern crate
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Dec 18, 2024
1 parent 79d669b commit 23087c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions src/alpha.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
extern crate std;

use crate::id::IdGen;
use crate::k_normal::{KFundef, KNormal};
use std::collections::HashMap;
Expand Down
6 changes: 1 addition & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
extern crate min_caml_rust;
#[macro_use]
extern crate lazy_static;
extern crate nom;

use lazy_static::lazy_static;
use min_caml_rust::syntax::Type;
use min_caml_rust::{
alpha, arm64, assoc, beta, closure, const_fold, elim, id, inline, k_normal, parser, typing,
Expand Down

0 comments on commit 23087c8

Please sign in to comment.