Skip to content

Commit 91563ec

Browse files
committed
Remove unused Path import
1 parent 75cb975 commit 91563ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/screenshot.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ extern crate image;
44

55
use glium::{glutin, Surface};
66
use glium::index::PrimitiveType;
7-
use std::path::Path;
87

98
fn main() {
109
// building the display, ie. the main object

0 commit comments

Comments
 (0)