1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-04-12 22:00:38 +01:00

Fix clippy::duplicated_attributes warnings

This commit is contained in:
einfachIrgendwer0815 2025-01-30 18:30:20 +01:00
parent 53af1dc32d
commit 71dce0e7f3
No known key found for this signature in database
GPG Key ID: 58D55E5F117DA873

View File

@ -1,5 +1,3 @@
#![cfg(feature = "lessopen")]
use std::convert::TryFrom;
use std::env;
use std::fs::File;