Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit fbfa5f8

Browse files
committed
Remove unneeded use
1 parent 7789913 commit fbfa5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/gtktest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern crate gtk;
88
use gio::prelude::*;
99
use gtk::prelude::*;
1010
use gtk::{
11-
self, AboutDialog, ApplicationWindow, AppChooserDialog, Builder, Button, Dialog, Entry,
11+
AboutDialog, ApplicationWindow, AppChooserDialog, Builder, Button, Dialog, Entry,
1212
FileChooserAction, FileChooserDialog, FontChooserDialog, Scale, SpinButton,
1313
RecentChooserDialog, ResponseType, Spinner, Switch, Window,
1414
};

0 commit comments

Comments
 (0)