c-c-c-c-clippy! (turn and face the strange)

This commit is contained in:
Richard Feldman 2022-04-14 21:52:00 -04:00
parent 4f10ccc5d1
commit 03c189c049
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -573,7 +573,7 @@ impl Target {
Target::Wasm32.as_str(),
];
fn to_triple(&self) -> Triple {
fn to_triple(self) -> Triple {
use Target::*;
match self {