mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-17 23:27:15 +00:00
clippy --fix fixes
This commit is contained in:
parent
9973d4b8d2
commit
4cd8f0a056
57 changed files with 366 additions and 374 deletions
|
@ -15,7 +15,7 @@ macro_rules! bytes_id {
|
|||
$owned_vis struct $owned($owned_vis ::smallvec::SmallVec<[u8; 23]>);
|
||||
|
||||
impl $owned {
|
||||
fn borrowed<'a>(&'a self) -> $borrowed<'a> {
|
||||
fn borrowed(&self) -> $borrowed<'_> {
|
||||
$borrowed(&self.0)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue