Skip to content

Commit da91292

Browse files
clippy: Remove import of std (#209)
1 parent 92b2780 commit da91292

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

harfbuzz/src/buffer.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// except according to those terms.
99

1010
use crate::sys;
11-
use std;
12-
1311
use crate::{Direction, Language};
1412

1513
/// A series of Unicode characters.

harfbuzz/src/language.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#![allow(missing_docs)]
1111

1212
use crate::sys;
13-
use std;
1413

1514
#[derive(Copy, Clone, PartialEq, PartialOrd)]
1615
pub struct Language {

0 commit comments

Comments
 (0)