mirror of
https://github.com/sharkdp/bat
synced 2026-08-11 20:11:43 +00:00
Fix clippy::needless_lifetimes warnings
This commit is contained in:
+1
-1
@@ -370,7 +370,7 @@ mod tests {
|
||||
pub temp_dir: TempDir,
|
||||
}
|
||||
|
||||
impl<'a> SyntaxDetectionTest<'a> {
|
||||
impl SyntaxDetectionTest<'_> {
|
||||
fn new() -> Self {
|
||||
SyntaxDetectionTest {
|
||||
assets: HighlightingAssets::from_binary(),
|
||||
|
||||
Reference in New Issue
Block a user