mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
c-c-c-c-clippy! (turn and face the strange)
This commit is contained in:
parent
4f10ccc5d1
commit
03c189c049
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ impl Target {
|
|||
Target::Wasm32.as_str(),
|
||||
];
|
||||
|
||||
fn to_triple(&self) -> Triple {
|
||||
fn to_triple(self) -> Triple {
|
||||
use Target::*;
|
||||
|
||||
match self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue