Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update bitswapd.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Jul 10, 2024
1 parent 3f79f17 commit fb3d7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/bitswapd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ impl Bitswapd {
}

fn main() {
let bitswapd: Vec<String> = bitswapd::bitswapd().collect();
let bin: Vec<String> = bitswapd::bin().collect();

Check failure

Code scanning / clippy

failed to resolve: use of undeclared crate or module bitswapd Error

failed to resolve: use of undeclared crate or module bitswapd

Check failure

Code scanning / clippy

failed to resolve: use of undeclared crate or module bitswapd Error

failed to resolve: use of undeclared crate or module bitswapd
Bitswapd::start(args);

Check failure

Code scanning / clippy

cannot find value args in this scope Error

cannot find value args in this scope

Check failure

Code scanning / clippy

cannot find value args in this scope Error

cannot find value args in this scope
}

0 comments on commit fb3d7e0

Please sign in to comment.