Skip to content
#

client

Here are 97 public repositories matching this topic...

Folaht
Folaht commented May 26, 2020

$cargo run

Finished dev [unoptimized + debuginfo] target(s) in 0.13s
Running /home/folaht/testbot/devlohpmaq/target/debug/testbot
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })', src/main.rs:10:15
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

`$strace

nrc
nrc commented Oct 22, 2020

Run cargo doc --document-private-items and we get the following warnings:

warning: unresolved link to `transaction`
  --> src/transaction/snapshot.rs:11:27
   |
11 | /// See the [Transaction](transaction) docs for more information on the methods.
   |                           ^^^^^^^^^^^ no item named `transaction` in scope
   |
   = note: `#[warn(broken_intra_doc_links)]` on by d

Improve this page

Add a description, image, and links to the client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.