mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-26 09:43:51 +01:00
Return mappings as a slice
This commit is contained in:
parent
ec2722d465
commit
74e8373e34
@ -59,7 +59,7 @@ impl<'a> SyntaxMapping<'a> {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn mappings(&self) -> &Vec<(GlobMatcher, MappingTarget<'a>)> {
|
pub fn mappings(&self) -> &[(GlobMatcher, MappingTarget<'a>)] {
|
||||||
&self.mappings
|
&self.mappings
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user