Skip to content

Commit

Permalink
fix: lints
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Feb 3, 2024
1 parent 872571f commit 208dbf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions auctioning_platform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
resolver = "2"
members = ["auctions", "foundation", "webapp"]

2 changes: 1 addition & 1 deletion auctioning_platform/foundation/src/value_objects/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mod currency;
pub mod factories;
mod money;

use std::sync::Arc;
// use std::sync::Arc;

pub use currency::{Currency, USD};
pub use money::Money;
Expand Down

0 comments on commit 208dbf8

Please sign in to comment.