fix: Fix self keyword not being tagged as such in highlighting properly

This commit is contained in:
Lukas Wirth 2021-12-04 19:07:18 +01:00
parent 3472105ad9
commit b35a50cb10
3 changed files with 57 additions and 61 deletions

View file

@ -60,6 +60,7 @@ impl Foo {
}
}
use self::FooCopy::{self as BarCopy};
#[derive(Copy)]
struct FooCopy {
x: u32,