mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
Small mostly doc improvements (#4661)
* Better docs on non initialized state. * Document better what is happening. * More precise errors. * cargo fmt
This commit is contained in:
@@ -352,6 +352,7 @@ async fn run<Context, B>(
|
||||
match res {
|
||||
Err(e) => {
|
||||
e.trace();
|
||||
// All errors right now are considered fatal:
|
||||
break
|
||||
},
|
||||
Ok(()) => {
|
||||
|
||||
Reference in New Issue
Block a user