Skip to content

Commit

Permalink
Fix swap/src/bin/swap.rs import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Einliterflasche committed Aug 12, 2024
1 parent 3135e58 commit c897c4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion swap/src/bin.rs

This file was deleted.

6 changes: 2 additions & 4 deletions swap/src/bin/swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
#![forbid(unsafe_code)]
#![allow(non_snake_case)]

use crate::{
cli::command::{parse_args_and_apply_defaults, ParseResult},
common::check_latest_version,
};
use swap::cli::command::{parse_args_and_apply_defaults, ParseResult};
use swap::common::check_latest_version;
use anyhow::Result;
use std::env;

Expand Down
1 change: 0 additions & 1 deletion swap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

pub mod api;
pub mod asb;
pub mod bin;
pub mod bitcoin;
pub mod cli;
pub mod common;
Expand Down

0 comments on commit c897c4c

Please sign in to comment.