mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 04:24:43 +00:00
Follow clippy warnings
This commit is contained in:
parent
9783813ae0
commit
d956c3f61d
34 changed files with 448 additions and 450 deletions
|
@ -124,7 +124,7 @@ impl ErrorDisplay for ParserRunnerError {
|
|||
fn caused_by(&self) -> &str {
|
||||
""
|
||||
}
|
||||
fn ref_inner(&self) -> Option<&Box<Self>> {
|
||||
fn ref_inner(&self) -> Option<&Self> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue