get rid of #![feature(try_from)]

This commit is contained in:
Michael Zhang 2018-09-11 17:06:08 -05:00
parent 7c07a21966
commit b8a5fb9aeb
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -1,6 +1,5 @@
//! Screenshot capturing utility.
#![feature(try_from)]
#![deny(missing_docs)]
#[macro_use]