Skip to content

Commit

Permalink
neo
Browse files Browse the repository at this point in the history
  • Loading branch information
p4ken committed Jul 3, 2024
1 parent da015ac commit de159c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/neo12.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#[allow(unused)]
#![allow(unused)]

mod jgd {
pub struct TokyoA;
impl TokyoA {
Expand Down
3 changes: 2 additions & 1 deletion src/neo13.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#[allow(unused)]
#![allow(unused)]

mod jgd {
pub struct TokyoP;
impl TokyoP {
Expand Down

0 comments on commit de159c8

Please sign in to comment.