We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a20d1 commit c0f0374Copy full SHA for c0f0374
crates/ilp-cli/src/interpreter.rs
@@ -21,7 +21,7 @@ pub enum Error {
21
#[error("Error receving HTTP response from testnet: {0}")]
22
Testnet(reqwest::Error),
23
#[error("Error altering URL scheme")]
24
- Scheme(()), // TODO: should be part of Urlor, see https://github.com/servo/rust-url/issues/299
+ Scheme(()), // TODO: should be part of UrlError, see https://github.com/servo/rust-url/issues/299
25
#[error("Error parsing URL: {0}")]
26
Url(#[from] url::ParseError),
27
#[error("WebSocket error: {0}")]
0 commit comments