mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Simplify
This commit is contained in:
parent
d4fb7476ef
commit
62b17bac92
2 changed files with 30 additions and 54 deletions
|
@ -33,7 +33,7 @@ use crate::{
|
|||
|
||||
pub(crate) use html::highlight_as_html;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct HlRange {
|
||||
pub range: TextRange,
|
||||
pub highlight: Highlight,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue