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.
2 parents 70ea624 + 09adf1b commit ad4c420Copy full SHA for ad4c420
1 file changed
src/error.rs
@@ -38,7 +38,7 @@ impl Error {
38
#[derive(Error, Diagnostic, Debug)]
39
pub enum ErrorKind {
40
#[error(
41
- "Unexpected error: {0}. Please report this error on https://github.com/mimoo/noname/issues"
+ "Unexpected error: {0}. Please report this error on https://github.com/zksecurity/noname/issues"
42
)]
43
UnexpectedError(&'static str),
44
#[error("variable is not mutable. You must set the `mut` keyword to make it mutable")]
0 commit comments